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