diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-04-04 12:51:13 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-04-04 12:52:33 +0200 |
commit | 7f818c1e29d66ab335b3c232f60ae4b7899a9913 (patch) | |
tree | 3ef8798317f9974a02c25f859b63414367e0b846 /src/config.h.in | |
parent | 908c0b3f9c1e8265cc4f12157c2d63de1fa1193f (diff) | |
download | uca-7f818c1e29d66ab335b3c232f60ae4b7899a9913.tar.gz uca-7f818c1e29d66ab335b3c232f60ae4b7899a9913.tar.bz2 uca-7f818c1e29d66ab335b3c232f60ae4b7899a9913.tar.xz uca-7f818c1e29d66ab335b3c232f60ae4b7899a9913.zip |
Use GNUInstallDirs to set install paths
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in index 8b11c60..4cceee4 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -6,4 +6,4 @@ #cmakedefine HAVE_PYLON_CAMERA #cmakedefine HAVE_DEXELA_CL #cmakedefine HAVE_MOCK_CAMERA -#cmakedefine UCA_PLUGINDIR "${UCA_PLUGINDIR}" +#define UCA_PLUGINDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_PLUGINDIR}" |