mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 21:50:39 -06:00
If some day there are no policies checked through the makefile at generate time, this can be fixed.
8 lines
143 B
CMake
8 lines
143 B
CMake
|
|
enable_language(CXX)
|
|
|
|
add_subdirectory(dir1)
|
|
|
|
# This affects dir1 despite being set after the add_subdirectory.
|
|
cmake_policy(SET CMP0044 NEW)
|