Skip to content

Commit

Permalink
Merge pull request #830 from koinos/bump-koinos-cmake
Browse files Browse the repository at this point in the history
Bump cmake to v1.0.0
  • Loading branch information
sgerbino authored Mar 14, 2024
2 parents 3001d12 + 8978088 commit 05a1825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
koinos_cmake
GIT_REPOSITORY https://github.com/koinos/koinos-cmake.git
GIT_TAG 0c8433a118eb4cd5a86bb7ac4708a38db8166801)
GIT_TAG v1.0.0)
FetchContent_MakeAvailable(koinos_cmake)

include("${koinos_cmake_SOURCE_DIR}/Koinos.cmake")
Expand Down

0 comments on commit 05a1825

Please sign in to comment.