We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f1bcf commit 4cd60a6Copy full SHA for 4cd60a6
CMakeLists.txt
@@ -1,8 +1,4 @@
1
-if(WIN32)
2
- cmake_minimum_required(VERSION 3.4)
3
-else()
4
- cmake_minimum_required(VERSION 3.1)
5
-endif()
+cmake_minimum_required(VERSION 3.5)
6
7
### CUSTOMIZATION STEPS
8
# 1. Change the argument to project() with the name of your library/package
0 commit comments