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 348f4aa commit c5c5753Copy full SHA for c5c5753
CMakeLists.txt
@@ -1,8 +1,4 @@
1
-if(CMAKE_VERSION VERSION_LESS "3.12.0")
2
- cmake_minimum_required(VERSION 3.2)
3
-else()
4
- cmake_minimum_required(VERSION 3.2...3.31)
5
-endif()
+cmake_minimum_required(VERSION 3.12...3.31)
6
7
set(CMAKE_C_STANDARD 11)
8
set(BUILD_SHARED_LIBS ON CACHE BOOL "Build using shared libraries.")
0 commit comments