From e075ac2814d5a3eeb84cdaac786fbc26135b68f4 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 4 Jan 2016 16:34:59 -0800 Subject: [PATCH] call set_packaging_parameters before subdirectory calls --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8bc80b742..59c787ce4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()