MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015886 | CMake | CMake | public | 2015-12-17 12:14 | 2016-06-10 14:31 |
Reporter | grahamb | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | Windows | OS | 7 | OS Version | SP1 |
Product Version | CMake 3.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015886: FindHTMLHelp.cmake doesn't set HTMLHelp_FOUND variable | ||||
Description | The module doesn't set the corresponding package HTMLHelp_FOUND variable. This leads to erroneous reports that the package has not been found when using FEATURE_SUMMARY | ||||
Steps To Reproduce | With this file: cmake_minimum_required(VERSION 3.0) set(CMAKE_FIND_LIBRARY_PREFIXES "") set(CMAKE_FIND_LIBRARY_SUFFIXES "") include(FeatureSummary) find_package(HTMLHelp) message(STATUS "HTML Help Compiler: ${HTML_HELP_COMPILER}") feature_summary(WHAT ALL) The output of CMake -P is: -- HTML Help Compiler: C:/Program Files (x86)/HTML Help Workshop/hhc.exe -- -- The following OPTIONAL packages have not been found: * HTMLHelp | ||||
Additional Information | Should the FOUND variable be dependent on the INCLUDE and LIBRARY? Not sure. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-12-17 12:14 | grahamb | New Issue | |||
2015-12-17 13:28 | Brad King | Note Added: 0039995 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042902 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|