summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-04-07 14:19:08 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-04-07 14:19:08 +0200
commit68265a0915db80f7fd967dead6a6b0881a8a3d72 (patch)
treeb359e9f862514f267190d768372ee5a555a18292 /CMakeLists.txt
parent3b7cea599ccda5b7bd067b2c1bda3f99565c77c3 (diff)
downloaduca-68265a0915db80f7fd967dead6a6b0881a8a3d72.tar.gz
uca-68265a0915db80f7fd967dead6a6b0881a8a3d72.tar.bz2
uca-68265a0915db80f7fd967dead6a6b0881a8a3d72.tar.xz
uca-68265a0915db80f7fd967dead6a6b0881a8a3d72.zip
Fix plugin dir
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 390d2eb..ae3bd9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,7 +79,7 @@ include(PkgConfigVars)
include(GNUInstallDirs)
set(CMAKE_INSTALL_GIRDIR "${CMAKE_INSTALL_DATAROOTDIR}/gir-1.0")
-set(CMAKE_INSTALL_PLUGINDIR "${CMAKE_INSTALL_LIBDIR}/ufo")
+set(CMAKE_INSTALL_PLUGINDIR "${CMAKE_INSTALL_LIBDIR}/uca")
set(CMAKE_INSTALL_TYPELIBDIR "${CMAKE_INSTALL_LIBDIR}/girepository-1.0")
set(CMAKE_INSTALL_PKGCONFIGDIR "${CMAKE_INSTALL_LIBDIR}/pkgconfig")