Imported Upstream version 3.24.0
[platform/upstream/cmake.git] / Tests / RunCMake / CMP0132 / RunCMakeTest.cmake
1 include(RunCMake)
2
3 if(NOT CMAKE_GENERATOR_NO_COMPILER_ENV)
4   run_cmake(CMP0132-WARN)
5   run_cmake(CMP0132-OLD)
6   run_cmake(CMP0132-NEW)
7 endif()