From 3eb7d2f3fcf33b21a6429181e9b3ee4e986becc7 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Fri, 6 Mar 2020 22:31:21 +0000 Subject: [PATCH] What's that doing there? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7312f62..b066595 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.11) ################################################################################ # Paths set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/release-packaging") -set(MAX_TARGET_NAMESPACE "" CACHE STRING "Optional namesapce to prepend to targets to prevent collision in super-builds") + set(SC_LIBRARY_OUTPUT_PREFIX "release-packaging" CACHE STRING "Where in the hierarchy to write sc plugins (different for superbuild)") set(SC_PATH "" CACHE PATH "Path to the top of SuperCollider source tree")