Improve style consistency

This commit is contained in:
Carles Fernandez 2019-03-23 14:24:49 +01:00
parent 7587d5fd4b
commit b0199e1061
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 5 additions and 2 deletions

View File

@ -510,6 +510,7 @@ else()
endif()
################################################################################
# Check if the compiler defines the architecture as ARM
################################################################################
@ -2233,10 +2234,12 @@ endif()
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake
@ONLY)
@ONLY
)
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake
)