diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-07-18 16:02:57 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-07-18 16:02:57 +0200 |
commit | cecc7a459ae5deb7d3cca3924c583b5aec2165ab (patch) | |
tree | bcfcd5b76c2d7c6b5db64a90f8f9c91716033291 /src/CMakeLists.txt | |
parent | 1c99dd636e725ad8d439b22e05a51f8c53a03228 (diff) | |
download | libuca-cecc7a459ae5deb7d3cca3924c583b5aec2165ab.tar.gz libuca-cecc7a459ae5deb7d3cca3924c583b5aec2165ab.tar.bz2 libuca-cecc7a459ae5deb7d3cca3924c583b5aec2165ab.tar.xz libuca-cecc7a459ae5deb7d3cca3924c583b5aec2165ab.zip |
Install glade file into prefix/share/libuca
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f6a344b..02a1005 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -244,7 +244,7 @@ install(FILES ${uca_HDRS} # --- install pkg-config file set(prefix ${CMAKE_INSTALL_PREFIX}) if (CI_INSTALL_PREFIX) - set(prefix ${CI_INSTALL_PREFIX}) + set(prefix ${CI_INSTALL_PREFIX}) endif() set(exec_prefix "\${prefix}") |