Deletion of "htmlhelp" from link setting in a CMake script (bug #2524, #1957)

The library "htmlhelp" is not needed by the graphical user interface at the moment.
2fea5f01d6 (gui)/gui.pro

There are difficulties to fulfil this dependency.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
This commit is contained in:
Markus Elfring 2011-03-28 09:03:04 +02:00
parent 31f8ff723b
commit ccf1282c91
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if(WIN32)
if(NOT CYGWIN)
# Windows needs additional shlwapi library.
set(CHECK_LIBS ${CHECK_LIBS} shlwapi htmlhelp)
set(CHECK_LIBS ${CHECK_LIBS} shlwapi)
endif()
endif()