mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# It defines:
|
||||
# HTML_HELP_COMPILER : full path to the HTML Help Compiler (hhc.exe)
|
||||
# HTML_HELP_INCLUDE_PATH : include path to the HTML Help API (htmlhelp.h)
|
||||
# HTML_HELP_LIBRARY : full path to the HTML Help library (htmlhelp.lib)
|
||||
# HTML_HELP_LIBRARY : full path to the HTML Help library (htmlhelp.lib)
|
||||
#
|
||||
|
||||
IF (WIN32)
|
||||
@@ -12,7 +12,7 @@ IF (WIN32)
|
||||
hhc
|
||||
"[HKEY_CURRENT_USER\\Software\\Microsoft\\HTML Help Workshop;InstallDir]"
|
||||
"C:/Program Files/HTML Help Workshop"
|
||||
)
|
||||
)
|
||||
|
||||
GET_FILENAME_COMPONENT (HTML_HELP_COMPILER_PATH ${HTML_HELP_COMPILER} PATH)
|
||||
|
||||
@@ -21,19 +21,19 @@ IF (WIN32)
|
||||
"${HTML_HELP_COMPILER_PATH}/include"
|
||||
"[HKEY_CURRENT_USER\\Software\\Microsoft\\HTML Help Workshop;InstallDir]/include"
|
||||
"C:/Program Files/HTML Help Workshop/include"
|
||||
)
|
||||
)
|
||||
|
||||
FIND_LIBRARY (HTML_HELP_LIBRARY
|
||||
htmlhelp
|
||||
"${HTML_HELP_COMPILER_PATH}/lib"
|
||||
"[HKEY_CURRENT_USER\\Software\\Microsoft\\HTML Help Workshop;InstallDir]/lib"
|
||||
"C:/Program Files/HTML Help Workshop/lib"
|
||||
)
|
||||
)
|
||||
|
||||
MARK_AS_ADVANCED (
|
||||
HTML_HELP_COMPILER
|
||||
HTML_HELP_INCLUDE_PATH
|
||||
HTML_HELP_LIBRARY
|
||||
)
|
||||
HTML_HELP_LIBRARY
|
||||
)
|
||||
|
||||
ENDIF (WIN32)
|
||||
|
||||
Reference in New Issue
Block a user