Fix CMake warning

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9177 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 59426cc4dc59ad452929c0514a2fbcbd0dfda814
Former-commit-id: d84e8e5fe208350a93e072625757a0f15c2c91eb
This commit is contained in:
beaglejoe 2023-10-28 21:32:39 +00:00
parent 004d78f882
commit 2bfedd240e
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -3,7 +3,7 @@
# building all of SD, set the _STANDALONE flag which is used to skip
# the SD specific calls
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12...3.27.6 FATAL_ERROR)
IF(POLICY CMP0048)
CMAKE_POLICY(SET CMP0048 NEW)