diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-12-22 15:09:51 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-12-22 15:09:51 (GMT) |
commit | 03bfa86394976eb88b27b0f7b7f5a315dbbc8a4d (patch) | |
tree | 42cff985ee97c8b23718317267ef15cca71a7131 /Modules/Documentation.cmake | |
parent | 1161d76bc609840d5f7bccc8157ff6f757d9d67f (diff) | |
download | CMake-03bfa86394976eb88b27b0f7b7f5a315dbbc8a4d.zip CMake-03bfa86394976eb88b27b0f7b7f5a315dbbc8a4d.tar.gz CMake-03bfa86394976eb88b27b0f7b7f5a315dbbc8a4d.tar.bz2 |
ENH: it's time to create a real Microsoft HTML Help Workshop CMake module
Diffstat (limited to 'Modules/Documentation.cmake')
-rw-r--r-- | Modules/Documentation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Documentation.cmake b/Modules/Documentation.cmake index e63fae5..efc0491 100644 --- a/Modules/Documentation.cmake +++ b/Modules/Documentation.cmake @@ -17,7 +17,7 @@ IF (BUILD_DOCUMENTATION) INCLUDE(${CMAKE_ROOT}/Modules/FindUnixCommands.cmake) INCLUDE(${CMAKE_ROOT}/Modules/FindDoxygen.cmake) INCLUDE(${CMAKE_ROOT}/Modules/FindGnuplot.cmake) - INCLUDE(${CMAKE_ROOT}/Modules/FindHhc.cmake) + INCLUDE(${CMAKE_ROOT}/Modules/FindHTMLHelp.cmake) INCLUDE(${CMAKE_ROOT}/Modules/FindPerl.cmake) INCLUDE(${CMAKE_ROOT}/Modules/FindWget.cmake) |