File tree Expand file tree Collapse file tree 2 files changed +1366
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1366
-10
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,13 @@ endif ()
4444set_property (GLOBAL PROPERTY USE_FOLDERS YES )
4545option (JUCE_ENABLE_MODULE_SOURCE_GROUPS "Enable Module Source Groups" ON )
4646
47- Include (FetchContent)
47+ include (cmake/CPM.cmake)
48+ CPMAddPackage("gh:Neargye/magic_enum#v0.9.7" )
4849
4950if (PLUGINVAL_ENABLE_RTCHECK)
50- FetchContent_Declare(rtcheck
51- GIT_REPOSITORY
[email protected] :Tracktion/rtcheck.git
52- GIT_TAG origin/main
53- SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR} /rtcheck)
54- FetchContent_MakeAvailable(rtcheck)
51+ CPMAddPackage("gh:Tracktion/rtcheck#main" )
5552endif ()
5653
57- FetchContent_Declare(magic_enum
58- GIT_REPOSITORY
[email protected] :Neargye/magic_enum.git)
59- FetchContent_MakeAvailable(magic_enum)
60-
6154
6255option (PLUGINVAL_FETCH_JUCE "Fetch JUCE along with pluginval" ON )
6356
You can’t perform that action at this time.
0 commit comments