mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
Windows installer fix after OpenSSL upgrade
This commit is contained in:
parent
81129e3ec9
commit
141bd20850
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ macro(manually_install_openssl_for_qt)
|
||||||
find_package(OpenSSL REQUIRED)
|
find_package(OpenSSL REQUIRED)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES "${VCPKG_INSTALL_ROOT}/bin/libcrypto-1_1-x64.dll"
|
FILES "${VCPKG_INSTALL_ROOT}/bin/libcrypto-3-x64.dll"
|
||||||
DESTINATION ${TARGET_INSTALL_DIR}
|
DESTINATION ${TARGET_INSTALL_DIR}
|
||||||
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES "${VCPKG_INSTALL_ROOT}/bin/libssl-1_1-x64.dll"
|
FILES "${VCPKG_INSTALL_ROOT}/bin/libssl-3-x64.dll"
|
||||||
DESTINATION ${TARGET_INSTALL_DIR}
|
DESTINATION ${TARGET_INSTALL_DIR}
|
||||||
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue