From 3e292c4b03f90940ad4b80d76fa098810ba8f2cc Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Tue, 9 Apr 2019 12:30:34 -0700 Subject: [PATCH] Install both oven and vhacd in both client and client+server builds. --- tools/oven/CMakeLists.txt | 4 +--- tools/vhacd-util/CMakeLists.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/oven/CMakeLists.txt b/tools/oven/CMakeLists.txt index c9b1aca1d4..86fee8a067 100644 --- a/tools/oven/CMakeLists.txt +++ b/tools/oven/CMakeLists.txt @@ -18,6 +18,4 @@ elseif (APPLE) set_target_properties(${TARGET_NAME} PROPERTIES INSTALL_RPATH "@executable_path/../Frameworks") endif() -if (BUILD_SERVER) - install_beside_console() -endif () +install_beside_console() diff --git a/tools/vhacd-util/CMakeLists.txt b/tools/vhacd-util/CMakeLists.txt index 744e711694..79e1fcb774 100644 --- a/tools/vhacd-util/CMakeLists.txt +++ b/tools/vhacd-util/CMakeLists.txt @@ -23,6 +23,4 @@ elseif (UNIX AND NOT APPLE) endif() endif () -if (BUILD_SERVER) - install_beside_console() -endif () +install_beside_console()