mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
set_property() has APPEND, which creates a list. E.g. when appending to COMPILE_FLAGS a string is needed, not a list. With the APPEND_STRING option the value is append as string, not as list. Alex
1.1 KiB
1.1 KiB