mirror of
https://github.com/reactos/CMake.git
synced 2025-01-14 15:27:52 +00:00
9dbba1b464
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