We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a2ab29 + edcab70 commit c30c2e6Copy full SHA for c30c2e6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.9.4
4
+- Update to CPM 0.40.8 ([#23](https://github.com/ZIMO-Elektronik/CMakeModules/issues/23))
5
+
6
## 0.9.3
7
- Update to CPM 0.40.2
8
- Bugfix `add_clang_format_target` doesn't fail without `clang-format`
CMakeLists.txt
@@ -15,7 +15,7 @@ if(NOT cpm.cmake_SOURCE_DIR)
15
FetchContent_Declare(
16
CPM.cmake
17
GIT_REPOSITORY "https://github.com/cpm-cmake/CPM.cmake.git"
18
- GIT_TAG v0.40.2)
+ GIT_TAG v0.40.8)
19
FetchContent_MakeAvailable(CPM.cmake)
20
include(${cpm.cmake_SOURCE_DIR}/cmake/CPM.cmake)
21
endif()
0 commit comments