1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-07 09:54:10 +00:00

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

View File

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