Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bespokesynth:libs
JUCE7_06
JUCE7-cmake-install-helpers-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File JUCE7-cmake-install-helpers-path.patch of Package JUCE7_06
diff --git a/CMakeLists.txt b/CMakeLists.txt index 714216a3e..33ae14c3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,14 +167,14 @@ if(("${CMAKE_SOURCE_DIR}" STREQUAL "${JUCE_SOURCE_DIR}") AND (NOT JUCE_BUILD_HEL _juce_add_lv2_manifest_helper_target() if(TARGET juce_lv2_helper) - install(TARGETS juce_lv2_helper EXPORT LV2_HELPER DESTINATION "bin/JUCE-${JUCE_VERSION}") + install(TARGETS juce_lv2_helper EXPORT LV2_HELPER DESTINATION "libexec/JUCE-${JUCE_VERSION}") install(EXPORT LV2_HELPER NAMESPACE juce:: DESTINATION "${JUCE_INSTALL_DESTINATION}") endif() _juce_add_vst3_manifest_helper_target() if(TARGET juce_vst3_helper) - install(TARGETS juce_vst3_helper EXPORT VST3_HELPER DESTINATION "bin/JUCE-${JUCE_VERSION}") + install(TARGETS juce_vst3_helper EXPORT VST3_HELPER DESTINATION "libexec/JUCE-${JUCE_VERSION}") install(EXPORT VST3_HELPER NAMESPACE juce:: DESTINATION "${JUCE_INSTALL_DESTINATION}") endif() endif()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor