mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:59:02 +08:00
[freerdp] remove outdated find openssl module (#6601)
This commit is contained in:
parent
00797fcabc
commit
b3b135aca2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user