1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Tests/RunCMake/WriteCompilerDetectionHeader/CMP0120-NEW.cmake
Brad King da7ad7997e WriteCompilerDetectionHeader: Add policy to remove module
See justification in the policy documentation.

Closes: #17842
2020-12-05 21:57:08 +11:00

3 lines
68 B
CMake

cmake_policy(SET CMP0120 NEW)
include(WriteCompilerDetectionHeader)