Skip to content

Commit

Permalink
Fix libenvpp dependency version to tag v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTh committed Nov 25, 2024
1 parent b987eee commit e09422f
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 @@ -49,7 +49,7 @@ endmacro()
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
fetch_content_from_remote(libenvpp
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
GIT_TAG f1076eb6f759b23b482f730fa43460077a844797
GIT_TAG v1.5.0
)

set(JSON_BuildTests OFF CACHE INTERNAL "")
Expand Down

0 comments on commit e09422f

Please sign in to comment.