File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12)
22project (
33 vault
4- VERSION 0.56 .0
4+ VERSION 0.57 .0
55 DESCRIPTION "Vault library for C++" )
66
77set (CMAKE_CXX_STANDARD 17)
@@ -114,7 +114,7 @@ add_library(
114114 src/auth/Tokens.cpp)
115115
116116if (WIN32 )
117- set_target_properties (vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient" )
117+ set_target_properties (vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient" )
118118endif ()
119119
120120target_include_directories (
Original file line number Diff line number Diff line change 11# libvault
22![ CMake] ( https://github.com/abedra/libvault/workflows/CMake/badge.svg )
3- [ ![ Version] ( https://img.shields.io/badge/version-0.56 .0-4a8fff )] ( https://img.shields.io/badge/version-0.56 .0-4a8fff )
3+ [ ![ Version] ( https://img.shields.io/badge/version-0.57 .0-4a8fff )] ( https://img.shields.io/badge/version-0.57 .0-4a8fff )
44
55A C++ library for [ Hashicorp Vault] ( https://www.vaultproject.io/ )
66
You can’t perform that action at this time.
0 commit comments