f0005bb484
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)
|