Skip to content

Commit c30c2e6

Browse files
authored
Merge pull request #24 from ZIMO-Elektronik/cpm
build: update CPM to 0.40.8 (#23)
2 parents 6a2ab29 + edcab70 commit c30c2e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.9.4
4+
- Update to CPM 0.40.8 ([#23](https://github.com/ZIMO-Elektronik/CMakeModules/issues/23))
5+
36
## 0.9.3
47
- Update to CPM 0.40.2
58
- Bugfix `add_clang_format_target` doesn't fail without `clang-format`

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(NOT cpm.cmake_SOURCE_DIR)
1515
FetchContent_Declare(
1616
CPM.cmake
1717
GIT_REPOSITORY "https://github.com/cpm-cmake/CPM.cmake.git"
18-
GIT_TAG v0.40.2)
18+
GIT_TAG v0.40.8)
1919
FetchContent_MakeAvailable(CPM.cmake)
2020
include(${cpm.cmake_SOURCE_DIR}/cmake/CPM.cmake)
2121
endif()

0 commit comments

Comments
 (0)