mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
f4aa34daa7
For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible.
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
cmake_minimum_required(VERSION 3.10)
|
|
project(CTestCommandLine@CASE_NAME@ NONE)
|
|
include(CTest)
|
|
add_test(NAME RunCMakeVersion COMMAND "${CMAKE_COMMAND}" --version)
|