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.
cmake_minimum_required(VERSION ...)
1 parent b855f89 commit 49ae754Copy full SHA for 49ae754
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.4)
2
3
# Set the type/configuration of build to perform
4
set ( CMAKE_CONFIGURATION_TYPES "Debug" "Release" "MinSizeRel" "RelWithDebInfo" "CodeCoverage" )
0 commit comments