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 924a62f commit dfd4fe7Copy full SHA for dfd4fe7
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required( VERSION 3.14)
+cmake_minimum_required( VERSION 3.13...99.99)
2
3
project( mulle-c-developer VERSION 0.18.1 LANGUAGES NONE)
4
src/mulle-c/c-cmake/project/all/cmake/share/CMakeTweaksC.cmake
@@ -39,10 +39,10 @@ if( NOT __CMAKE_TWEAKS_C_CMAKE__)
39
else()
40
if( WIN32)
41
# may not be enough though...
42
- # cmake_minimum_required( VERSION 3.15)
+ # cmake_minimum_required( VERSION 3.13...99.99)
43
44
# UNIXy gcc based
45
46
endif()
47
#
48
# so we build static libs, but they might be linked into code
0 commit comments