File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
3
3
cmake_policy (SET CMP0091 NEW ) # MSVC_RUNTIME_LIBRARY
4
4
5
5
project (libenvpp LANGUAGES CXX )
6
- set (LIBENVPP_VERSION "1.4.4 " )
6
+ set (LIBENVPP_VERSION "1.5.0 " )
7
7
set_property (GLOBAL PROPERTY USE_FOLDERS ON )
8
8
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
9
9
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon
527
527
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
528
528
FetchContent_Declare(libenvpp
529
529
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
530
- GIT_TAG v1.4.4
530
+ GIT_TAG v1.5.0
531
531
)
532
532
FetchContent_MakeAvailable(libenvpp)
533
533
You can’t perform that action at this time.
0 commit comments