File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ elseif(APPLE)
127127 COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR} /${PROJECT_TARGET_NAME} /doc ${APP_DIR_NEW} /Contents/Resources/doc
128128 COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR} /${PROJECT_TARGET_NAME} /etc ${APP_DIR_NEW} /Contents/Resources/etc
129129 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR} /LICENSE.txt ${APP_DIR_NEW} /Contents/Resources/doc /LICENSE.txt
130- DEPENDS app- rename
130+ DEPENDS deploy-qt
131131 COMMENT "Deploying application data"
132132 VERBATIM
133133 )
@@ -150,7 +150,7 @@ elseif(APPLE)
150150 COMMAND ${CMAKE_COMMAND} -E copy ${OPENSSL_ROOT} /bin/openssl ${APP_DIR_NEW} /Contents/MacOS/
151151 COMMAND ${CMAKE_COMMAND} -E copy ${OPENSSL_ROOT} /lib/libcrypto.3.dylib ${APP_DIR_NEW} /Contents/Frameworks/
152152 COMMAND ${CMAKE_COMMAND} -E copy ${OPENSSL_ROOT} /lib/libssl.3.dylib ${APP_DIR_NEW} /Contents/Frameworks/
153- DEPENDS app- rename
153+ DEPENDS deploy-qt
154154 COMMENT "Embedding openssl-tool"
155155 VERBATIM
156156 )
You can’t perform that action at this time.
0 commit comments