a3835a70016a16f505fa77d90cfcfbe65d2a76a2
[platform/upstream/cmake.git] / Tests / RunCMake / CommandLine / debug-trycompile.cmake
1 enable_language(C)
2 # Look for a source tree left by enable_language internal checks.
3 if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/CMakeTmp/CMakeLists.txt)
4   message(FATAL_ERROR "--debug-trycompile should leave the source behind")
5 endif()