intel / parameter-framework

Plugin-based and rule-based framework for describing and controlling parameters
https://01.org/parameter-framework/
Other
60 stars 48 forks source link

CMake: Use add_compile_options when applicable #370

Closed dawagner closed 8 years ago

dawagner commented 8 years ago

Instead of using set_property(DIRECTORY COMPILE_OPTIONS), use add_compile_options, which applies to the current directory and all subdirs.

Signed-off-by: David Wagner david.wagner@intel.com