Skip to content

Commit

Permalink
Re #6101. Added cmake log if qtassistant stuff isn't found.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Feb 27, 2013
1 parent d9ea38d commit 46a97ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/docs/qtassistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ if (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
# DESTINATION ${GUI_HELP_DEST} <- TODO define this variable
# COMPONENT help ) <- TODO define this component

else (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
message (status " Did not find QCOLLECTIONGENERATOR - cannot create qtassistant files")
endif()

0 comments on commit 46a97ea

Please sign in to comment.