1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

Windows compilation fix

This commit is contained in:
Bertrand Songis 2019-07-02 23:31:13 +02:00
parent 16b28a609b
commit 6ba4b84a45
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -405,7 +405,7 @@ elseif(WIN32)
# Add installer command to execute windeployqt
message(STATUS "windeployqt command: ${QT_BIN_DIR}/windeployqt.exe ${wdqtopts}")
install(CODE "execute_process(\"${QT_BIN_DIR}/windeployqt.exe ${wdqtopts}\")")
install(CODE "execute_process(COMMAND \"${QT_BIN_DIR}/windeployqt.exe\" ${wdqtopts})")
# SDL dll
if(SDL_FOUND AND EXISTS "${SDL_LIBRARY_PATH}/SDL.dll")