[freerdp] remove outdated find openssl module (#6601)

This commit is contained in:
Alexander Neumann 2019-05-24 18:42:12 +02:00 committed by Phil Christensen
parent 00797fcabc
commit b3b135aca2
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Source: freerdp
Version: 2.0.0-rc4
Version: 2.0.0-rc4-1
Description: A free implementation of the Remote Desktop Protocol (RDP)
Build-Depends: openssl

View File

@ -17,6 +17,8 @@ endif()
get_filename_component(SOURCE_VERSION "${SOURCE_PATH}" NAME)
file(WRITE "${SOURCE_PATH}/.source_version" "${SOURCE_VERSION}-vcpkg")
file(REMOVE ${SOURCE_PATH}/cmake/FindOpenSSL.cmake) # Remove outdated Module
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA