mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:30:33 +02:00
Re-ordered commands.
This commit is contained in:
parent
01a838b5cb
commit
bffc0e8a85
1 changed files with 11 additions and 11 deletions
|
@ -187,6 +187,8 @@ GroupSources("scripts")
|
|||
GroupSources("unpublishedScripts")
|
||||
unset(JS_SRC)
|
||||
|
||||
set_packaging_parameters()
|
||||
|
||||
# Locate the required Qt build on the filesystem
|
||||
setup_qt()
|
||||
list(APPEND CMAKE_PREFIX_PATH "${QT_CMAKE_PREFIX_PATH}")
|
||||
|
@ -214,8 +216,6 @@ setup_externals_binary_dir()
|
|||
|
||||
option(USE_NSIGHT "Attempt to find the nSight libraries" 1)
|
||||
|
||||
set_packaging_parameters()
|
||||
|
||||
# FIXME hack to work on the proper Android toolchain
|
||||
if (ANDROID)
|
||||
add_subdirectory(android/apps/${HIFI_ANDROID_APP})
|
||||
|
|
Loading…
Reference in a new issue