From 6858eac191dda0976d3952c87c43b8a3b2b6fcc7 Mon Sep 17 00:00:00 2001 From: Daniel Walz Date: Sat, 3 Feb 2024 21:58:33 +0100 Subject: [PATCH] Fixed copy paste bug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 675e5be7..37ff0d41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") include(FetchContent) # JUCE if needed -if (FOLEYS_BUILD_EXAMPLES OR FOLEYS_BUILD_EXAMPLES) +if (FOLEYS_BUILD_EXAMPLES OR FOLEYS_BUILD_TESTS) include(Juce) endif ()