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 ()