aboutsummaryrefslogtreecommitdiff
path: root/ports/easyloggingpp
diff options
context:
space:
mode:
authorCurtis J Bezault <curtbezault@gmail.com>2019-08-09 11:59:32 -0400
committerGitHub <noreply@github.com>2019-08-09 11:59:32 -0400
commitc4f1a91ef245ed3e44ea11f13040a77453126165 (patch)
tree3e6c99d970fe8a5fcd1551bbcbf9fde4f0b0a3a4 /ports/easyloggingpp
parent9da7c5c99ee42e382895dbd0dafdd29beaa61075 (diff)
parent743e168ef5c7705e44d1d5cab5b9cca22328345e (diff)
downloadvcpkg-c4f1a91ef245ed3e44ea11f13040a77453126165.tar.gz
vcpkg-c4f1a91ef245ed3e44ea11f13040a77453126165.zip
Merge branch 'master' into external_file_abi
Diffstat (limited to 'ports/easyloggingpp')
-rw-r--r--ports/easyloggingpp/CONTROL2
-rw-r--r--ports/easyloggingpp/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/easyloggingpp/CONTROL b/ports/easyloggingpp/CONTROL
index 9e2427ff9..a10dbb2d6 100644
--- a/ports/easyloggingpp/CONTROL
+++ b/ports/easyloggingpp/CONTROL
@@ -1,3 +1,3 @@
Source: easyloggingpp
-Version: 9.96.7
+Version: 9.96.7-1
Description: Easylogging++ is a single header efficient logging library for C++ applications. \ No newline at end of file
diff --git a/ports/easyloggingpp/portfile.cmake b/ports/easyloggingpp/portfile.cmake
index 8294e0a81..56ba406b7 100644
--- a/ports/easyloggingpp/portfile.cmake
+++ b/ports/easyloggingpp/portfile.cmake
@@ -12,6 +12,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-Dbuild_static_lib=ON
)