1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-09 10:04:10 +00:00

Make cmakelint happy

This commit is contained in:
Carles Fernandez 2020-10-23 21:47:30 +02:00
parent 97224e60d2
commit 2f58c4aef1
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel."
FORCE)
endif(NOT CMAKE_BUILD_TYPE)
endif()
# BUILD_TESTING is a standard CMake variable, but we declare it here to make it
# prominent in the GUI.