summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-21 16:38:53 -0400
committerBrad King <brad.king@kitware.com>2003-07-21 16:38:53 -0400
commita1bb1a47129380421fd9490688502ce5bee2e59f (patch)
treefadcd7e650d2da27ca29c2a5da6195969abe355b /Templates
parentd4afed0724866e093f0ae5bf8895ab1e1db3e4c4 (diff)
downloadcmake-a1bb1a47129380421fd9490688502ce5bee2e59f.tar.gz
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt
index 739de15414..d909231c50 100644
--- a/Templates/CMakeLists.txt
+++ b/Templates/CMakeLists.txt
@@ -1,3 +1,3 @@
# just install the modules
-INSTALL_PROGRAMS(/share/CMake/Templates install-sh)
+INSTALL_PROGRAMS(${CMAKE_DATA_DIR}/Templates install-sh)