ENH: Replace INCLUDE(Find...) with FIND_PACKAGE(...)

This commit is contained in:
Andy Cedilnik 2004-09-27 09:49:55 -04:00
parent dfd275b8f9
commit 0871ddbedd
1 changed files with 6 additions and 6 deletions

View File

@ -14,12 +14,12 @@ IF (BUILD_DOCUMENTATION)
# #
# Check for the tools # Check for the tools
# #
INCLUDE(FindUnixCommands) FIND_PACKAGE(UnixCommands)
INCLUDE(FindDoxygen) FIND_PACKAGE(Doxygen)
INCLUDE(FindGnuplot) FIND_PACKAGE(Gnuplot)
INCLUDE(FindHTMLHelp) FIND_PACKAGE(HTMLHelp)
INCLUDE(FindPerl) FIND_PACKAGE(Perl)
INCLUDE(FindWget) FIND_PACKAGE(Wget)
OPTION(DOCUMENTATION_HTML_HELP OPTION(DOCUMENTATION_HTML_HELP
"Build the HTML Help file (CHM)." OFF) "Build the HTML Help file (CHM)." OFF)