Skip to content

Commit

Permalink
Merge pull request #24 from sjinks/renovate/cpm-cmake-cpm.cmake-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency cpm-cmake/cpm.cmake to v0.40.2
  • Loading branch information
sjinks committed Aug 5, 2024
2 parents 4ca4715 + 26f3c89 commit 1f30d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target_link_libraries(mytarget sqlite3::sqlite3)
## Usage with [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake)

```cmake
file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.0/CPM.cmake ${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)
file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.2/CPM.cmake ${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)
include(${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)
CPMAddPackage("gh:sjinks/[email protected]")
Expand Down

0 comments on commit 1f30d89

Please sign in to comment.