revert 9177 Fix CMake warning

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9180 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-10-29 13:07:05 +00:00
parent 4d31197c3a
commit 4f68969dbc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12...3.27.6 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
MESSAGE(STATUS CMAKE_VERSION = "${CMAKE_VERSION}")