From b570b4ba18016209b861f6a663d9bc4bcc1913e3 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Mon, 27 Dec 2021 12:08:53 +0100 Subject: [PATCH] One definition in CMakeLists.txt not required --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5356517..c380777 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ option(LASP_DOUBLE_PRECISION "Compile as double precision floating point" ON) option(LASP_PARALLEL "Parallel processing" ON) option(LASP_HAS_RTAUDIO "Compile with RtAudio Daq backend" ON) option(LASP_HAS_ULDAQ "Compile with UlDaq backend" ON) + set(LASP_MAX_NUM_CHANNELS 16 CACHE STRING "Maximum number of audio channels that is compiled in in code") set(LASP_MAX_NUM_THREADS 30 CACHE STRING "The maximum number of simultaneous threads in parallel processing") set(LASP_TRACERNAME "defaulttracer" CACHE STRING "Name of tracer variable containing level")