mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:00:16 +08:00
[podofo] remove outdated find modules (#6608)
This commit is contained in:
parent
070a41de03
commit
ed311ddf93
@ -1,5 +1,5 @@
|
||||
Source: podofo
|
||||
Version: 0.9.6-5
|
||||
Version: 0.9.6-6
|
||||
Description: PoDoFo is a library to work with the PDF file format
|
||||
Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openssl (!windows&!uwp), freetype
|
||||
|
||||
|
@ -28,6 +28,9 @@ if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" OR NOT VCPKG_CMAKE_SYSTEM_NAM
|
||||
set(IS_WIN32 ON)
|
||||
endif()
|
||||
|
||||
file(REMOVE ${SOURCE_PATH}/cmake/modules/FindOpenSSL.cmake)
|
||||
file(REMOVE ${SOURCE_PATH}/cmake/modules/FindZLIB.cmake)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
|
Loading…
Reference in New Issue
Block a user