mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 12:23:08 +02:00
call set_packaging_parameters before subdirectory calls
This commit is contained in:
parent
7dc8593d64
commit
e075ac2814
1 changed files with 2 additions and 1 deletions
|
@ -209,6 +209,8 @@ if (NOT DEFINED SERVER_ONLY)
|
|||
set(SERVER_ONLY 0)
|
||||
endif()
|
||||
|
||||
set_packaging_parameters()
|
||||
|
||||
# add subdirectories for all targets
|
||||
if (NOT ANDROID)
|
||||
add_subdirectory(assignment-client)
|
||||
|
@ -240,5 +242,4 @@ if (HIFI_MEMORY_DEBUGGING)
|
|||
endif (UNIX)
|
||||
endif ()
|
||||
|
||||
set_packaging_parameters()
|
||||
generate_installers()
|
||||
|
|
Loading…
Reference in a new issue