zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 169fe0c7424d252acd6ceff1d43a4c18de79e478
parent 931c5ddaaa643bd930d752f22bc138d2e7863be4
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue,  9 Feb 2016 10:21:07 -0500

CMake: Make DSSI Install Use PluginLibDir

Diffstat:
Msrc/CMakeLists.txt | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -446,11 +446,7 @@ if (DssiEnable) ${OS_LIBRARIES} ${LIBLO_LIBRARIES} ) - if (${CMAKE_SIZEOF_VOID_P} EQUAL "8") - install(TARGETS zynaddsubfx_dssi LIBRARY DESTINATION lib64/dssi/) - else () - install(TARGETS zynaddsubfx_dssi LIBRARY DESTINATION lib/dssi/) - endif () + install(TARGETS zynaddsubfx_dssi LIBRARY DESTINATION ${PluginLibDir}/dssi/) endif() install(TARGETS zynaddsubfx