Skip to content

Commit

Permalink
[g3log] Fix KjellKod/g3log#319 (#7448)
Browse files Browse the repository at this point in the history
* [g3log] Fix KjellKod/g3log#319

* [g3log] Update to 2019-07-29
  • Loading branch information
myd7349 authored and Rastaban committed Jul 29, 2019
1 parent c426534 commit e811259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ports/g3log/CONTROL
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions ports/g3log/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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
)

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}
Expand Down

0 comments on commit e811259

Please sign in to comment.