Skip to content

Commit dfd4fe7

Browse files
author
Nat!
committed
mulle-sde upgrade and less warnings
1 parent 924a62f commit dfd4fe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required( VERSION 3.14)
1+
cmake_minimum_required( VERSION 3.13...99.99)
22

33
project( mulle-c-developer VERSION 0.18.1 LANGUAGES NONE)
44

src/mulle-c/c-cmake/project/all/cmake/share/CMakeTweaksC.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ if( NOT __CMAKE_TWEAKS_C_CMAKE__)
3939
else()
4040
if( WIN32)
4141
# may not be enough though...
42-
# cmake_minimum_required( VERSION 3.15)
42+
# cmake_minimum_required( VERSION 3.13...99.99)
4343
else()
4444
# UNIXy gcc based
45-
# cmake_minimum_required( VERSION 3.15)
45+
# cmake_minimum_required( VERSION 3.13...99.99)
4646
endif()
4747
#
4848
# so we build static libs, but they might be linked into code

0 commit comments

Comments
 (0)