Skip to content

Commit c6ecb4b

Browse files
committed
bump to v0.6.7
- update submodule cmake-mods
1 parent 74e1667 commit c6ecb4b

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
file(READ ".build-serial" BUILD_SERIAL)
2-
set(VERSION 0.6.6.${BUILD_SERIAL})
2+
set(VERSION 0.6.7.${BUILD_SERIAL})

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Status
44

5+
- v0.6.7
6+
- update submodule cmake-mods
7+
8+
- v0.6.6
9+
- uses new workflow
10+
- uses new dependabot
11+
- uses new cmake-mods common module
12+
- removed old cmake files
13+
514
- v0.6.5
615
- change default build env to cxx20
716
- remove template keyword for cxx20

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Adding cmdr11 with `ExternalProject` is possible. A `load-cmdr-cxx.cmake` was pr
207207
Extract `cmake/load-cmdr-cxx.cmake` into your project, load it and use `add-cmdr-cxx-to` macro. For example, your cli-app could be:
208208
209209
```cmake
210-
# define_cxx_executable_project(myapp
210+
# define_cxx_executable_target(myapp
211211
# PREFIX myapp
212212
# LIBRARIES ${myapp_libs}
213213
# SOURCES ${myapp_source_files}

0 commit comments

Comments
 (0)