mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
fix a typo in message for macdeployqt
This commit is contained in:
parent
e00481ddfb
commit
b099376193
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ macro(install_beside_console)
|
||||||
|
|
||||||
if (NOT MACDEPLOYQT_COMMAND AND (PRODUCTION_BUILD OR PR_BUILD))
|
if (NOT MACDEPLOYQT_COMMAND AND (PRODUCTION_BUILD OR PR_BUILD))
|
||||||
message(FATAL_ERROR "Could not find macdeployqt at ${QT_DIR}/bin.\
|
message(FATAL_ERROR "Could not find macdeployqt at ${QT_DIR}/bin.\
|
||||||
It is required to produce an relocatable interface application.\
|
It is required to produce a relocatable interface application.\
|
||||||
Check that the environment variable QT_DIR points to your Qt installation.\
|
Check that the environment variable QT_DIR points to your Qt installation.\
|
||||||
")
|
")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue