diff --git a/CMakeLists.txt b/CMakeLists.txt index 61267ca359..bd80a81d2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ include(extras/Build/CMake/JUCEModuleSupport.cmake) cmake_dependent_option(JUCE_ENABLE_MODULE_SOURCE_GROUPS "Show all module sources in IDE projects" OFF - "JUCE_MODULES_ONLY" OFF) + "NOT JUCE_MODULES_ONLY" OFF) add_subdirectory(modules)