f30022eb07
This will allow per-config destinations for targets in EXPORT sets. Using multiple install(TARGETS) with separate CONFIGURATIONS is rejected as a target appearing more than once in an export set. Now instead one can write install(TARGETS foo EXPORT exp DESTINATION lib/$<CONFIG>) to get a single logical membership of the target in the export set while still having a per-config destination.
10 lines
305 B
CMake
10 lines
305 B
CMake
include(RunCMake)
|
|
run_cmake(DIRECTORY-MESSAGE_NEVER)
|
|
run_cmake(DIRECTORY-PATTERN-MESSAGE_NEVER)
|
|
run_cmake(DIRECTORY-message)
|
|
run_cmake(DIRECTORY-message-lazy)
|
|
run_cmake(SkipInstallRulesWarning)
|
|
run_cmake(SkipInstallRulesNoWarning1)
|
|
run_cmake(SkipInstallRulesNoWarning2)
|
|
run_cmake(TARGETS-DESTINATION-bad)
|