File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required ( VERSION 3.14)
22
3- project ( mulle-c-developer VERSION 0.18.0 LANGUAGES NONE)
3+ project ( mulle-c-developer VERSION 0.18.1 LANGUAGES NONE)
44
5- set ( PROJECT_VERSION 0.18.0 )
5+ set ( PROJECT_VERSION 0.18.1 )
66
77set ( EXTENSIONS
88src/ # backslash is important
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if( NOT __UNWANTED_WARNINGS_C_CMAKE__)
1010 endif ()
1111
1212 if ( NOT DEFINED UNWANTED_WARNINGS)
13- option ( UNWANTED_WARNINGS "Turn off some unwanted compiler warnings" ON )
13+ option ( UNWANTED_WARNINGS "Squelch some unwanted compiler warnings" ON )
1414 endif ()
1515
1616 if ( UNWANTED_WARNINGS)
@@ -36,7 +36,7 @@ if( NOT __UNWANTED_WARNINGS_C_CMAKE__)
3636 endif ()
3737
3838 if ( NOT DEFINED WANTED_WARNINGS)
39- option ( WANTED_WARNINGS "Turn off some desirable compiler warnings" ON )
39+ option ( WANTED_WARNINGS "Enable some desirable compiler warnings" ON )
4040 endif ()
4141
4242 if ( WANTED_WARNINGS)
Original file line number Diff line number Diff line change 1- 0.18.0
1+ 0.18.1
You can’t perform that action at this time.
0 commit comments