Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLine
/
debug-trycompile.cmake
blob: a3835a70016a16f505fa77d90cfcfbe65d2a76a2 [
file
] [
log
] [
blame
]
enable_language
(
C
)
# Look for a source tree left by enable_language internal checks.
if
(
NOT EXISTS $
{
CMAKE_CURRENT_BINARY_DIR
}/
CMakeFiles
/
CMakeTmp
/
CMakeLists
.
txt
)
message
(
FATAL_ERROR
"--debug-trycompile should leave the source behind"
)
endif
()