5 lines
192 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
include(${CMAKE_CURRENT_LIST_DIR}/DebugBase.cmake)
if(NOT EXISTS "${CMAKE_BINARY_DIR}/CMakeFiles/CMakeTmp/CMakeLists.txt")
message(SEND_ERROR "Debugging try_compile() did not work")
endif()