Skip to content

Commit

Permalink
Re #6630. qcollectiongenerator is now required by cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 5, 2013
1 parent 8069958 commit 5758fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/qtassistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ if (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
# COMPONENT help ) <- TODO define this component

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

0 comments on commit 5758fa0

Please sign in to comment.