Add code to display CMake version

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6881 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2020-04-01 19:01:27 +00:00
parent 26afabd9be
commit a42c7bc43d
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
MESSAGE(STATUS CMAKE_VERSION = "${CMAKE_VERSION}")
IF(POLICY CMP0003)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(POLICY CMP0003)