Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
PolicyScope
/
parent-dir-generate-time.cmake
blob: a0842f7b2806623a0a5383686d57874c461a97b1 [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_subdirectory
(
dir1
)
# This affects dir1 despite being set after the add_subdirectory.
cmake_policy
(
SET CMP0044 NEW
)