Skip to content

Commit

Permalink
Re #4472. Case change fixes annoying ccmake interruption.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Mar 19, 2012
1 parent 5f2fc07 commit bfa8a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Doxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if(DOXYGEN_FOUND)
if ( LATEX_EXECUTABLE )
find_program (DVIPS_EXECUTABLE dvips )
if ( NOT DVIPS_EXECUTABLE )
message ( status " dvips not found...no equations generated. doxygen will complain" )
message ( STATUS "dvips not found...no equations generated. doxygen will complain" )
endif ( NOT DVIPS_EXECUTABLE )
else ( LATEX_EXECUTABLE )
message ( status " latex not found...no equations generated. doxygen will complain" )
message ( STATUS "latex not found...no equations generated. doxygen will complain" )
endif ( LATEX_EXECUTABLE )

# to use qtcreator help go to Tools->Options->Help->Documentation->Add
Expand Down

0 comments on commit bfa8a68

Please sign in to comment.