Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kill_it:JUCE
JUCE8_02
JUCE8-cmake-install-helpers-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File JUCE8-cmake-install-helpers-path.patch of Package JUCE8_02
diff --git a/CMakeLists.txt b/CMakeLists.txt index e748486e..23c1a1d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,14 +181,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