Skip to content

Commit

Permalink
Update libenvpp version in fetch content usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMark29A committed Oct 7, 2024
1 parent c695d63 commit e79b17e
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 @@ -528,7 +528,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
FetchContent_Declare(libenvpp
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
GIT_TAG v1.0.0
GIT_TAG v1.4.2
)
FetchContent_MakeAvailable(libenvpp)
Expand Down

0 comments on commit e79b17e

Please sign in to comment.