summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-08-04 20:31:50 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-08-04 20:38:05 -0400
commit6cf1816d9b1f9e30d456d952d2e186ce75319a63 (patch)
tree3198a77f68d88972d755e32f3fe1c1f2a1d65495 /sigmod
parent42f5fcb2fec37fdcb5b1461d74c77a3a33b91bfd (diff)
downloadsigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.tar.gz
sigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.tar.xz
sigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.zip
Fix install paths to use KDE4-provided variables
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/CMakeLists.txt b/sigmod/CMakeLists.txt
index e25af733..52b6fd38 100644
--- a/sigmod/CMakeLists.txt
+++ b/sigmod/CMakeLists.txt
@@ -106,7 +106,7 @@ install(
EXPORT
sigen_EXPORTS
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
+ ${LIB_INSTALL_DIR}
COMPONENT
runtime
)
@@ -115,7 +115,7 @@ install(
FILES
${sigmod_HEADERS}
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME}
+ ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME}/${PROJECT_NAME}
COMPONENT
development
)