Skip to content

Commit

Permalink
Fixed copy paste bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Feb 3, 2024
1 parent 7700d21 commit 6858eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>: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 ()

Expand Down

0 comments on commit 6858eac

Please sign in to comment.