ctest_run_script.cmake.in 240 B

123456789
  1. cmake_minimum_required(VERSION 3.12)
  2. message("@LEVEL_CURRENT@")
  3. ctest_run_script("${CMAKE_CURRENT_LIST_DIR}/ctest_run_script_@[email protected]" RETURN_VALUE val)
  4. if(NOT val EQUAL 0)
  5. message(FATAL_ERROR "Nested script failed")
  6. endif()