From 0cd62ce1001dd5192d135b343cfa333f5e7a5ef8 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Thu, 19 Mar 2020 16:11:58 +0000 Subject: [PATCH] Try and do something less stpuid for non-superbuild install --- .gitignore | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 835afb5..e612641 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ release-packaging/AudioFiles Darwin/* Linux/* Windows/* +install/ diff --git a/CMakeLists.txt b/CMakeLists.txt index abbdea4..5a8bfa0 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.11) ################################################################################ # Paths -set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/release-packaging") +set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/install" CACHE PATH "") set(SC_LIBRARY_OUTPUT_PREFIX "release-packaging" CACHE STRING "Where in the hierarchy to write sc plugins (different for superbuild)")