Skip to content

Commit c6cc837

Browse files
author
Nat!
committed
mulle-sde upgrade and less warnings
1 parent 018f1cf commit c6cc837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-objc-developer VERSION 0.27.2 LANGUAGES NONE)
44

src/mulle-objc/objc-cmake/project/all/cmake/share/ExecutableObjC.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### picked up in preference over the one in cmake/share. And it will not get
33
### clobbered with the next upgrade.
44

5-
cmake_minimum_required( VERSION 3.13)
5+
cmake_minimum_required( VERSION 3.13...99.99)
66

77
# this needs to run again for each executable so no include check
88
#if( NOT __EXECUTABLE_OBJC_CMAKE__)

0 commit comments

Comments
 (0)