mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[vcpkg baseline] Fix baseline failures (#11612)
* [vcpkg baseline] Fix baseline failures * Update the target check
This commit is contained in:
parent
d9b4acf02d
commit
4312808883
@ -1,5 +1,5 @@
|
||||
Source: dmlc
|
||||
Version: 2019-08-12-2
|
||||
Version: 2019-08-12-3
|
||||
Homepage: https://github.com/dmlc/dmlc-core
|
||||
Description: DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.
|
||||
Default-Features: openmp
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: libpq
|
||||
Version: 12.2
|
||||
Version: 12.2-1
|
||||
Build-Depends: libpq[bonjour] (osx)
|
||||
Supports: !uwp
|
||||
Homepage: https://www.postgresql.org/
|
||||
|
@ -10,6 +10,8 @@ if(PostgreSQL_FOUND)
|
||||
find_library(PostgreSQL_DL_LIBRARY NAMES dl)
|
||||
if(PostgreSQL_DL_LIBRARY)
|
||||
list(APPEND PostgreSQL_LIBRARIES "dl")
|
||||
set_property(TARGET PostgreSQL::PostgreSQL APPEND PROPERTY INTERFACE_LINK_LIBRARIES "dl")
|
||||
if(TARGET PostgreSQL::PostgreSQL)
|
||||
set_property(TARGET PostgreSQL::PostgreSQL APPEND PROPERTY INTERFACE_LINK_LIBRARIES "dl")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: opencc
|
||||
Version: 2020-04-26-3
|
||||
Version: 2020-04-26-4
|
||||
Description: A project for conversion between Traditional and Simplified Chinese
|
||||
Homepage: https://github.com/BYVoid/OpenCC
|
||||
Supports: !(arm|arm64|uwp)
|
||||
|
@ -215,8 +215,14 @@ chakracore:x64-osx=fail
|
||||
chakracore:x64-uwp=fail
|
||||
chakracore:x64-windows-static=fail
|
||||
# DCMTK currently has a vendored copy of libcharls.a, which causes conflicts with charls (TODO: use charls' copy)
|
||||
charls:arm64-windows=skip
|
||||
charls:arm-uwp=skip
|
||||
charls:x64-linux=skip
|
||||
charls:x64-osx=skip
|
||||
charls:x64-uwp=skip
|
||||
charls:x64-windows=skip
|
||||
charls:x64-windows-static=skip
|
||||
charls:x86-windows=skip
|
||||
chartdir:arm64-windows=fail
|
||||
chartdir:arm-uwp=fail
|
||||
chartdir:x64-uwp=fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user