File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "deps/sol2 "]
2- path = deps/sol2
3- url = https://github.com/ThePhD/sol2.git
41[submodule "deps/clap-juce-extensions "]
52 path = deps/clap-juce-extensions
63 url = https://github.com/free-audio/clap-juce-extensions
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ if(APPLE AND ELEMENT_ENABLE_UPDATER)
1111 include (cmake/FindSparkle.cmake )
1212endif ()
1313include (cmake/FindJack.cmake )
14-
15- add_subdirectory (deps/sol2 EXCLUDE_FROM_ALL )
14+ include (cmake/FindSol2.cmake )
1615include (cmake/FindJUCE.cmake )
1716
1817# Global JUCE properties
Original file line number Diff line number Diff line change 1+ find_package (sol2 4.0.0 CONFIG )
2+ if (NOT sol2_FOUND)
3+ FetchContent_Declare (sol2
4+ GIT_REPOSITORY https://github.com/ThePhD/sol2.git
5+ GIT_TAG c1f95a773c6f8f4fde8ca3efe872e7286afe4444
6+ GIT_SHALLOW ON )
7+ FetchContent_MakeAvailable (sol2)
8+ endif ()
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments