summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcompress/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-08-27 13:13:57 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-08-27 13:13:57 (GMT)
commitb15ad0d1de7524be3b32d6691b68d3578ee00ca5 (patch)
treeb200bac4e54f33e0d2e431cb917ce70464f3d7ec /Utilities/cmcompress/CMakeLists.txt
parent23b88ecd8580670d6ecefade583ed2db39a74f74 (diff)
parentdf62f64db72b6f00657e9e739e1e117639dea9da (diff)
downloadCMake-b15ad0d1de7524be3b32d6691b68d3578ee00ca5.zip
CMake-b15ad0d1de7524be3b32d6691b68d3578ee00ca5.tar.gz
CMake-b15ad0d1de7524be3b32d6691b68d3578ee00ca5.tar.bz2
Merge topic 'fix-install-destinations'
df62f64 Clean up install rules of CMake itself (#14371)
Diffstat (limited to 'Utilities/cmcompress/CMakeLists.txt')
-rw-r--r--Utilities/cmcompress/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcompress/CMakeLists.txt b/Utilities/cmcompress/CMakeLists.txt
index 3323dcd..8063573 100644
--- a/Utilities/cmcompress/CMakeLists.txt
+++ b/Utilities/cmcompress/CMakeLists.txt
@@ -2,4 +2,4 @@ PROJECT(CMCompress)
ADD_LIBRARY(cmcompress cmcompress.c)
-INSTALL(FILES Copyright.txt DESTINATION ${CMake_DOC_DEST}/cmcompress)
+INSTALL(FILES Copyright.txt DESTINATION ${CMAKE_DOC_DIR}/cmcompress)