Skip to content

Commit 52b813f

Browse files
committed
improve wording on options
1 parent 2da589f commit 52b813f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_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

77
set( EXTENSIONS
88
src/ # backslash is important

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

src/mulle-c/c-cmake/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.18.0
1+
0.18.1

0 commit comments

Comments
 (0)