Browse Source

BUG: the cmake deps depend on cmake

Alex
Alexander Neundorf 18 years ago
parent
commit
919988b7b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utilities/CMakeLists.txt

+ 1 - 1
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
   )