mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[libbf]Fix error message print judgment on windows. (#6577)
This commit is contained in:
parent
59b28986bf
commit
f2b3221a03
@ -1,3 +1,3 @@
|
|||||||
Source: libbf
|
Source: libbf
|
||||||
Version: 1.0.0
|
Version: 1.0.0-1
|
||||||
Description: Bloom filters for C++11.
|
Description: Bloom filters for C++11.
|
@ -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")
|
message(FATAL_ERROR "libbf does not support MSVC")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user