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.3 " )
6
+ set (LIBENVPP_VERSION "1.4.4 " )
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 @@ -528,7 +528,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon
528
528
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
529
529
FetchContent_Declare(libenvpp
530
530
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
531
- GIT_TAG v1.4.3
531
+ GIT_TAG v1.4.4
532
532
)
533
533
FetchContent_MakeAvailable(libenvpp)
534
534
You can’t perform that action at this time.
0 commit comments