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
1 changed files with 3 additions and 3 deletions

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()