Skip to content

Commit d9ffa30

Browse files
committed
Update libenvpp version in fetch content usage example
1 parent d1f79fb commit d9ffa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon
528528
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
529529
FetchContent_Declare(libenvpp
530530
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
531-
GIT_TAG v1.0.0
531+
GIT_TAG v1.4.2
532532
)
533533
FetchContent_MakeAvailable(libenvpp)
534534

0 commit comments

Comments
 (0)