Skip to content

Commit a176ddc

Browse files
committed
mulle-sde upgrade and maybe a minor fix here and there
1 parent 52b813f commit a176ddc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ coverage*.html
2020
*.gcno
2121
cola/wilted/
2222
cmake-build-*/
23+
.mulle/etc/make/build-dir
24+
vgcore.*

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if( NOT __CMAKE_TWEAKS_C_CMAKE__)
1717

1818
if( APPLE)
1919
# actually 3.0 but cmake gets pissy then nowadays
20-
# cmake_minimum_required (VERSION 3.5)
20+
# cmake_minimum_required (VERSION 3.15)
2121

2222
# CMAKE_OSX_SYSROOT must be set for CMAKE_OSX_DEPLOYMENT_TARGET (cmake bug)
2323
if( NOT CMAKE_OSX_SYSROOT)
@@ -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.5)
42+
# cmake_minimum_required( VERSION 3.15)
4343
else()
4444
# UNIXy gcc based
45-
# cmake_minimum_required( VERSION 3.5)
45+
# cmake_minimum_required( VERSION 3.15)
4646
endif()
4747
#
4848
# so we build static libs, but they might be linked into code

0 commit comments

Comments
 (0)