-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cmakeRelated to cmake build systemRelated to cmake build system
Description
Currently, the compile options are set via CMAKE_CXX_FLAGS.
In modern CMake, this should be replaced by either providing compiler-specific presets or at least setting it only for the desired targets.
In order to avoid duplication, they could be stored in a variable which are then used via target_compile_options for each target.
Metadata
Metadata
Assignees
Labels
cmakeRelated to cmake build systemRelated to cmake build system