mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 18:09:31 -06:00
6 lines
118 B
CMake
6 lines
118 B
CMake
if(NOT version)
|
|
message(SEND_ERROR "Vesrion string is empty: ${version}")
|
|
endif()
|
|
|
|
cmake_policy(VERSION ${version})
|