zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 094d82f1bfaf63ae76ee5dce227109f73f6cbc0a
parent b8075712de243bee774f8e7ebe94b00c035b4246
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sun, 25 Apr 2021 16:32:47 -0400

Change default to tests always on

Previously looked for cxxtest

Diffstat:
Msrc/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -74,7 +74,7 @@ elseif(FLTK_FOUND) else() SET (GuiModule off CACHE STRING "GUI module, either fltk, ntk, zest, or off") endif() -SET (CompileTests ${CXXTEST_FOUND} CACHE BOOL "whether tests should be compiled in or not") +SET (CompileTests ON CACHE BOOL "whether tests should be compiled in or not") SET (AlsaEnable ${ALSA_FOUND} CACHE BOOL "Enable support for Advanced Linux Sound Architecture") SET (JackEnable ${JACK_FOUND} CACHE BOOL