BUG: the cmake deps depend on cmake

Alex
This commit is contained in:
Alexander Neundorf 2007-07-06 13:08:20 -04:00
parent ef7b647b3b
commit 919988b7b4
1 changed files with 1 additions and 1 deletions

View File

@ -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
)