Try and do something less stpuid for non-superbuild install

nix
Owen Green 6 years ago
parent 8f22a3cdd8
commit 0cd62ce100

1
.gitignore vendored

@ -8,3 +8,4 @@ release-packaging/AudioFiles
Darwin/* Darwin/*
Linux/* Linux/*
Windows/* Windows/*
install/

@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.11)
################################################################################ ################################################################################
# Paths # 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)") set(SC_LIBRARY_OUTPUT_PREFIX "release-packaging" CACHE STRING "Where in the hierarchy to write sc plugins (different for superbuild)")

Loading…
Cancel
Save