mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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")
|