aboutsummaryrefslogtreecommitdiff
path: root/ports/libbf
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2019-06-12 08:25:07 +0300
committerAndrei Lebedev <lebdron@gmail.com>2019-06-12 08:25:07 +0300
commit34d19da9ffd0571bf16190ec4a16a04bef265900 (patch)
tree413690269c5f216194b9a0f72f0438b27ccfd68d /ports/libbf
parentb395438c791ca9f78e383a1d571525eee785e67c (diff)
parent59a8a9c6248ed230b19028a44484ae5f06db697d (diff)
downloadvcpkg-34d19da9ffd0571bf16190ec4a16a04bef265900.tar.gz
vcpkg-34d19da9ffd0571bf16190ec4a16a04bef265900.zip
Merge branch 'master' into openssl-unix-dynamic
Diffstat (limited to 'ports/libbf')
-rw-r--r--ports/libbf/CONTROL2
-rw-r--r--ports/libbf/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libbf/CONTROL b/ports/libbf/CONTROL
index 3b51a52e1..35ee0fbcc 100644
--- a/ports/libbf/CONTROL
+++ b/ports/libbf/CONTROL
@@ -1,3 +1,3 @@
Source: libbf
-Version: 1.0.0
+Version: 1.0.0-1
Description: Bloom filters for C++11. \ No newline at end of file
diff --git a/ports/libbf/portfile.cmake b/ports/libbf/portfile.cmake
index b339e94cc..c7a9ef42e 100644
--- a/ports/libbf/portfile.cmake
+++ b/ports/libbf/portfile.cmake
@@ -1,4 +1,4 @@
-if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "" OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+if (NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Windows" OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "libbf does not support MSVC")
endif()