242c396656
The new policy CMP0057 diagnoses reuse of the same MAIN_DEPENDENCY across multiple custom commands.
8 lines
120 B
CMake
8 lines
120 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0057-OLD)
|
|
run_cmake(CMP0057-NEW)
|
|
run_cmake(CMP0057-WARN)
|
|
|
|
run_cmake(CMP0057-once_is_ok)
|