Fix CMake warning
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9183 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ce85ae1c6df7bca37778ba9e572a51158f36e3dd Former-commit-id: 1d7a5d9023e59ce1ea14a0d98a93b7d7a38290c1
This commit is contained in:
parent
6b6bac39f5
commit
2d9324921b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#==============================================================================
|
||||
#
|
||||
# (hashtag) starts a comment
|
||||
cmake_minimum_required(VERSION 3.4.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
|
||||
|
||||
IF(POLICY CMP0135)
|
||||
CMAKE_POLICY(SET CMP0135 NEW)
|
||||
|
|
Loading…
Reference in a new issue