Skip to content

Commit

Permalink
build: update to CPM 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
higaski committed Jul 29, 2024
1 parent 72804a4 commit 5682cf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
tests:
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/[email protected].6
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/[email protected].8
with:
pre-build: sudo apt install -y libgl1-mesa-dev libglx-dev ninja-build
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.9.2
- Update to CPM 0.40.1

## 0.9.1
- Bugfix don't build tests if [`CMAKE_CURRENT_SOURCE_DIR`](https://cmake.org/cmake/help/latest/variable/CMAKE_CURRENT_SOURCE_DIR.html) != [`CMAKE_SOURCE_DIR`](https://cmake.org/cmake/help/latest/variable/CMAKE_SOURCE_DIR.html)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(NOT cpm.cmake_SOURCE_DIR)
FetchContent_Declare(
CPM.cmake
GIT_REPOSITORY "https://github.com/cpm-cmake/CPM.cmake.git"
GIT_TAG v0.39.0)
GIT_TAG v0.40.1)
FetchContent_MakeAvailable(CPM.cmake)
include(${cpm.cmake_SOURCE_DIR}/cmake/CPM.cmake)
endif()
Expand Down

0 comments on commit 5682cf7

Please sign in to comment.