External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
451B

  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 73244371..2503ca01 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -5,7 +5,7 @@ project(Odin2 VERSION 2.4.1 LANGUAGES C CXX ASM)
  6. # ================== CMake Subdirs ======================
  7. add_subdirectory(libs/clap-juce-extensions EXCLUDE_FROM_ALL)
  8. -find_package(JUCE REQUIRED)
  9. +find_package(JUCE-6.1.6 REQUIRED)
  10. # ================= Git Commit Hash =====================
  11. find_package(Git)