File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/mulle-c/c-cmake/project/all/cmake/share Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ coverage*.html
2020* .gcno
2121cola /wilted /
2222cmake-build- * /
23+ .mulle /etc /make /build-dir
24+ vgcore. *
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments