Skip to content

Commit

Permalink
Merge pull request #13 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.0
  • Loading branch information
sjinks committed Jun 15, 2024
2 parents de908ee + 24f7800 commit af2fc21
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 ev::ev)
## Usage with [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake)

```cmake
file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.39.0/CPM.cmake ${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)
file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.0/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 af2fc21

Please sign in to comment.