diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-04-07 14:19:08 +0200 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-04-07 14:19:08 +0200 |
| commit | 68265a0915db80f7fd967dead6a6b0881a8a3d72 (patch) | |
| tree | b359e9f862514f267190d768372ee5a555a18292 | |
| parent | 3b7cea599ccda5b7bd067b2c1bda3f99565c77c3 (diff) | |
Fix plugin dir
| -rw-r--r-- | CMakeLists.txt | 2 |
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") |
