mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
6 lines
124 B
CMake
6 lines
124 B
CMake
if(NOT version)
|
|
message(SEND_ERROR "Version string is empty: ${version}")
|
|
endif()
|
|
|
|
cmake_policy(VERSION 3.1...${version})
|