summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-06 17:08:20 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-06 17:08:20 (GMT)
commit919988b7b4f0423444c7b992a86ba361d3003c2a (patch)
tree94a1a3ed4e786f4f143f625c0d75ba1708005fed /Utilities
parentef7b647b3b11d6526439d3ececed254c237b3eac (diff)
downloadCMake-919988b7b4f0423444c7b992a86ba361d3003c2a.zip
CMake-919988b7b4f0423444c7b992a86ba361d3003c2a.tar.gz
CMake-919988b7b4f0423444c7b992a86ba361d3003c2a.tar.bz2
BUG: the cmake deps depend on cmake
Alex
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt
index af6e7be..fbe0d41 100644
--- a/Utilities/CMakeLists.txt
+++ b/Utilities/CMakeLists.txt
@@ -56,7 +56,7 @@ ADD_CUSTOM_COMMAND(
--help-compatcommands ${CMake_BINARY_DIR}/Docs/cmake-compatcommands.txt
--help-compatcommands ${CMake_BINARY_DIR}/Docs/cmake-compatcommands.html
--help-compatcommands ${CMake_BINARY_DIR}/Docs/cmcompat.1
- DEPENDS ${target}
+ DEPENDS cmake
MAIN_DEPENDENCY ${CMake_SOURCE_DIR}/Utilities/Doxygen/authors.txt
)