[podofo] remove outdated find modules (#6608)

This commit is contained in:
Alexander Neumann 2019-05-24 21:12:03 +02:00 committed by Victor Romero
parent 070a41de03
commit ed311ddf93
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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