add some more compile options
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2022-08-25 20:59:35 +02:00
parent f264b9781b
commit ad783018bd
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -327,6 +327,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
)
target_compile_options(${OBSW_NAME} PRIVATE ${WARNING_FLAGS})
target_compile_options(${LIB_EIVE_MISSION} PRIVATE ${WARNING_FLAGS})
target_compile_options(${LIB_DUMMIES} PRIVATE ${WARNING_FLAGS})
endif()
set_target_properties(${OBSW_NAME} PROPERTIES OUTPUT_NAME ${OBSW_BIN_NAME})