14 lines
770 B
Diff
14 lines
770 B
Diff
diff -ur yoshimi-1.3.7/src/CMakeLists.txt yoshimi-1.3.7.new/src/CMakeLists.txt
|
|
--- yoshimi-1.3.7/src/CMakeLists.txt 2015-11-16 18:17:31.000000000 +0000
|
|
+++ yoshimi-1.3.7.new/src/CMakeLists.txt 2015-11-21 21:17:59.715366081 +0000
|
|
@@ -513,8 +513,8 @@
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
-#set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
|
|
-set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
|
|
+set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
|
|
+#set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
|
|
|
|
pkg_check_modules(LV2 REQUIRED lv2>=1.0.0)
|
|
if (LV2_FOUND)
|