1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

Fix cmakelint job

This commit is contained in:
Carles Fernandez 2020-08-10 00:22:18 +02:00
parent 0fbbdbb163
commit 9490ec1b44
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -42,9 +42,9 @@ endif()
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND
(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "5.0"))
target_compile_options(signal_generator_gr_blocks
PRIVATE
$<$<CONFIG:Release>:-O0>
$<$<CONFIG:RelWithDebInfo>:-O0>
PRIVATE
$<$<CONFIG:Release>:-O0>
$<$<CONFIG:RelWithDebInfo>:-O0>
)
endif()