Skip to content

Commit 945e87e

Browse files
committed
cmake: update supernova setting
1 parent 6c6be36 commit 945e87e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cmake_minimum_required (VERSION 3.12)
2-
set(SUPERNOVA_CMAKE_MINVERSION 3.1)
32
project (sc3-plugins)
43

54
set(NOVA_SIMD_MISSING_ERROR "The nova-simd source code is missing in \
@@ -57,11 +56,7 @@ include("${SC_PATH}/SCVersion.txt")
5756
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${PROJECT_VERSION_PATCH}")
5857
message(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

6661
option(AY "Build with AY ugens" ON)
6762
option(LADSPA "Build with Ladspa ugen" ON)

0 commit comments

Comments
 (0)