f0005bb484
If some day there are no policies checked through the makefile at generate time, this can be fixed.
7 lines
151 B
CMake
7 lines
151 B
CMake
|
|
enable_language(CXX)
|
|
|
|
# This does not affect dir1 despite being set before the add_subdirectory.
|
|
cmake_policy(SET CMP0044 NEW)
|
|
add_subdirectory(dir1)
|