File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12 )
2- set (SUPERNOVA_CMAKE_MINVERSION 3.1)
32project (sc3-plugins)
43
54set (NOVA_SIMD_MISSING_ERROR "The nova-simd source code is missing in \
@@ -57,11 +56,7 @@ include("${SC_PATH}/SCVersion.txt")
5756set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR } .${PROJECT_VERSION_MINOR }${PROJECT_VERSION_PATCH } " )
5857message (STATUS "Building plugins for SuperCollider version: ${PROJECT_VERSION } " )
5958
60- if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT CMAKE_VERSION VERSION_LESS SUPERNOVA_CMAKE_MINVERSION)
61- option (SUPERNOVA "Build plugins for supernova" ON )
62- else ()
63- option (SUPERNOVA "Build plugins for supernova" OFF )
64- endif ()
59+ option (SUPERNOVA "Build plugins for supernova" ON )
6560
6661option (AY "Build with AY ugens" ON )
6762option (LADSPA "Build with Ladspa ugen" ON )
You can’t perform that action at this time.
0 commit comments