Changed the required CMake version
This commit is contained in:
parent
d1979d6674
commit
118123ea3c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
cmake_minimum_required (VERSION 3.13)
|
if(WIN32)
|
||||||
|
cmake_minimum_required (VERSION 3.15)
|
||||||
cmake_policy(SET CMP0091 NEW)
|
cmake_policy(SET CMP0091 NEW)
|
||||||
|
else()
|
||||||
|
cmake_minimum_required (VERSION 3.11)
|
||||||
|
endif()
|
||||||
project (sfizz VERSION 1.0.0 LANGUAGES CXX C)
|
project (sfizz VERSION 1.0.0 LANGUAGES CXX C)
|
||||||
|
|
||||||
# External configuration CMake scripts
|
# External configuration CMake scripts
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue