mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
DO NOT MERGE - Testing PR environment
This commit is contained in:
parent
d59311f258
commit
d811660ed6
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
### TESTING BUILD - DO NOT MERGE ###
|
||||||
|
|
||||||
High Fidelity (hifi) is an early-stage technology lab experimenting with Virtual Worlds and VR.
|
High Fidelity (hifi) is an early-stage technology lab experimenting with Virtual Worlds and VR.
|
||||||
|
|
||||||
In this repository you'll find the source to many of the components in our
|
In this repository you'll find the source to many of the components in our
|
||||||
|
|
|
@ -256,6 +256,7 @@ if (WIN32)
|
||||||
# For some reason fixup misses the following DLL and only copies libeay32. There's gotta be a better way to handle this
|
# For some reason fixup misses the following DLL and only copies libeay32. There's gotta be a better way to handle this
|
||||||
# but for now resorting to the following interm solution
|
# but for now resorting to the following interm solution
|
||||||
if (DEFINED DEPLOY_PACKAGE AND DEPLOY_PACKAGE)
|
if (DEFINED DEPLOY_PACKAGE AND DEPLOY_PACKAGE)
|
||||||
|
message(STATUS "*********** Copying SSL DLL from ${OPENSSL_DLL_PATH}/ssleay32.dll")
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ${TARGET_NAME} POST_BUILD
|
TARGET ${TARGET_NAME} POST_BUILD
|
||||||
COMMAND "${CMAKE_COMMAND}" -E copy ${OPENSSL_DLL_PATH}/ssleay32.dll ${CMAKE_BINARY_DIR}/full-stack-deployment/
|
COMMAND "${CMAKE_COMMAND}" -E copy ${OPENSSL_DLL_PATH}/ssleay32.dll ${CMAKE_BINARY_DIR}/full-stack-deployment/
|
||||||
|
|
Loading…
Reference in a new issue