mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Windows compilation fix
This commit is contained in:
parent
ef5558be74
commit
16b28a609b
1 changed files with 1 additions and 1 deletions
|
@ -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(\"${QT_BIN_DIR}/windeployqt.exe ${wdqtopts}\")")
|
||||
|
||||
# SDL dll
|
||||
if(SDL_FOUND AND EXISTS "${SDL_LIBRARY_PATH}/SDL.dll")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue