mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
f4aa34daa7
For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible.
6 lines
322 B
CMake
6 lines
322 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
set(CTEST_SOURCE_DIRECTORY "@RunCMake_BINARY_DIR@/@CASE_NAME@")
|
|
set(CTEST_BINARY_DIRECTORY "@RunCMake_BINARY_DIR@/@CASE_NAME@-build")
|
|
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})
|
|
message("script continues after ctest_empty_binary_directory error")
|