* [g3log] Fix https://github.com/KjellKod/g3log/issues/319

* [g3log] Update to 2019-07-29
This commit is contained in:
myd7349 2019-07-30 02:15:53 +08:00 committed by Phil Christensen
parent c426534ae8
commit e811259215
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
Source: g3log
Version: 2019-05-14-1
Version: 2019-07-29
Description: Asynchronous logger with Dynamic Sinks
Homepage: https://github.com/KjellKod/g3log

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KjellKod/g3log
REF 376c417ad170228fa6d1b9994a6e07a2ac143a51
SHA512 fd442b895f0be2489d2be099b1faca5c964f1a3880e3867726efb5f5a17192fbf2c2d60cf118e1b68bea73cf328f0b16c0265ec0f0c0fbbb1f62f68a994f5b86
REF f1491791785101d4ae948f8ecee7e9cc3e6b0be8
SHA512 852ed7c9eb2345f02414be7fb7dfbd4be340dcbf8abc4e6ba6327d181cf10e33969279166151b4eeab78b290d3fecbf4a5094696c412f7b2ab815df415652bd8
HEAD_REF master
)
@ -12,7 +12,7 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" G3_SHARED_LIB)
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "dynamic" G3_SHARED_RUNTIME)
# https://github.com/KjellKod/g3log#prerequisites
set(VERSION "1.3.2-95")
set(VERSION "1.3.2-80")
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}