blob: 2f53a938cd2da941a3190fc5bbbabfbf6ea63f22 [file] [edit]
# Ensure propagation through many subdirectories each with multiple scopes
cmake_policy(SET CMP0220 NEW)
add_subdirectory(outer)
if(NOT CMAKE_CXX_COMPILER_LOADED)
message(FATAL_ERROR
"enable_language(): language configuration was not propagated up across "
"multiple levels of directories.")
endif()