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
554B

  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 4262a9852..4f2dcfa6b 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -163,7 +163,7 @@ install(FILES "${JUCE_BINARY_DIR}/JUCEConfigVersion.cmake"
  6. "${JUCE_CMAKE_UTILS_DIR}/juce_LinuxSubprocessHelper.cpp"
  7. DESTINATION "${JUCE_INSTALL_DESTINATION}")
  8. -if(("${CMAKE_SOURCE_DIR}" STREQUAL "${JUCE_SOURCE_DIR}") AND (NOT JUCE_BUILD_HELPER_TOOLS))
  9. +if("${CMAKE_SOURCE_DIR}" STREQUAL "${JUCE_SOURCE_DIR}")
  10. _juce_add_lv2_manifest_helper_target()
  11. if(TARGET juce_lv2_helper)