diff options
Diffstat (limited to 'muse/synti/s1/CMakeLists.txt')
-rw-r--r-- | muse/synti/s1/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/synti/s1/CMakeLists.txt b/muse/synti/s1/CMakeLists.txt index 0747980c..fe5a3393 100644 --- a/muse/synti/s1/CMakeLists.txt +++ b/muse/synti/s1/CMakeLists.txt @@ -30,5 +30,5 @@ set_target_properties ( s1 PROPERTIES PREFIX "" ) target_link_libraries(s1 synti ) -install_targets ( /lib/${MusE_INSTALL_NAME}/synthi/ s1 ) +install_targets ( /${CMAKE_INSTALL_LIBDIR}/${MusE_INSTALL_NAME}/synthi/ s1 ) |