summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/NoDebug.cmake
blob: f2b3d4aea6ef796bd2b7bc86fec38d9ec615c000 (plain)
1
2
3
4
include(${CMAKE_CURRENT_LIST_DIR}/DebugBase.cmake)
if(EXISTS "${CMAKE_BINARY_DIR}/CMakeFiles/CMakeTmp/CMakeLists.txt")
  message(SEND_ERROR "Not debugging try_compile() did not work")
endif()