debug-trycompile.cmake 318 B

12345678
  1. enable_language(C)
  2. # Look for a source tree left by enable_language internal checks.
  3. set(scratch ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/CMakeScratch)
  4. file(GLOB_RECURSE remnants ${scratch}/TryCompile-*/CMakeLists.txt)
  5. if(NOT remnants)
  6. message(FATAL_ERROR "--debug-trycompile should leave the source behind")
  7. endif()