mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

* Adding tests for CMP0118 being unset (aka set to `WARN`). * Adjusting the (unrelated) RunCMake.CMP0026 test to set CMP0118 to `NEW`, * Adjusting the (unrelated) RunCMake.Ninja test to set CMP0118 to `OLD`. * Adjusting the (unrelated) RunCMake.FileAPI test to set CMP0118 to `OLD`. Note: Setting CMP0118 to `NEW` and modifying the `GENERATED` property with `set_property` or `set_source_files_properties` will currently NOT set that property because the implementation is still to come.
38 lines
1.0 KiB
CMake
38 lines
1.0 KiB
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0118-OLD-Test1)
|
|
run_cmake(CMP0118-OLD-Test2)
|
|
run_cmake(CMP0118-OLD-Test3)
|
|
run_cmake(CMP0118-OLD-Test3b)
|
|
run_cmake(CMP0118-OLD-Test4)
|
|
run_cmake(CMP0118-OLD-Test4b)
|
|
run_cmake(CMP0118-OLD-Test5)
|
|
run_cmake(CMP0118-OLD-Test6)
|
|
run_cmake(CMP0118-OLD-Test7)
|
|
run_cmake(CMP0118-OLD-Test8)
|
|
run_cmake(CMP0118-OLD-Test9)
|
|
run_cmake(CMP0118-OLD-Test10)
|
|
run_cmake(CMP0118-OLD-Test11)
|
|
run_cmake(CMP0118-OLD-Test12)
|
|
run_cmake(CMP0118-OLD-Test13)
|
|
run_cmake(CMP0118-OLD-Test14)
|
|
run_cmake(CMP0118-OLD-Test15)
|
|
|
|
run_cmake(CMP0118-WARN-Test1)
|
|
run_cmake(CMP0118-WARN-Test2)
|
|
run_cmake(CMP0118-WARN-Test3)
|
|
run_cmake(CMP0118-WARN-Test3b)
|
|
run_cmake(CMP0118-WARN-Test4)
|
|
run_cmake(CMP0118-WARN-Test4b)
|
|
run_cmake(CMP0118-WARN-Test5)
|
|
run_cmake(CMP0118-WARN-Test6)
|
|
run_cmake(CMP0118-WARN-Test7)
|
|
run_cmake(CMP0118-WARN-Test8)
|
|
run_cmake(CMP0118-WARN-Test9)
|
|
run_cmake(CMP0118-WARN-Test10)
|
|
run_cmake(CMP0118-WARN-Test11)
|
|
run_cmake(CMP0118-WARN-Test12)
|
|
run_cmake(CMP0118-WARN-Test13)
|
|
run_cmake(CMP0118-WARN-Test14)
|
|
run_cmake(CMP0118-WARN-Test15)
|