[CMake] Does SET_TARGET_PROPERTIES(foo PROPERTIES INSTALL_RPATH /path1; /path2) still silently ignore path2?
Nils Gladitz
nilsgladitz at gmail.com
Tue Aug 11 09:52:04 EDT 2015
On 08/11/2015 03:23 PM, Dan Kegel wrote:
> Thanks. Should set_target_properties throw an error if given too many
> arguments, to catch this problem?
There is no limit to the number of key value pairs
set_target_properties() can process and it already diagnoses when there
is a key without a value.
Nils
More information about the CMake
mailing list