Skip to content

Commit

Permalink
Add message to FixBundle to aid debugging. Refs #5379
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed May 23, 2012
1 parent 0960ea4 commit 7a02be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/MantidPlot/FixBundle.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ endfunction()
# Fix up ParaView plugins (if we are building Vates)
####################################################
if( MAKE_VATES )
message( "Fixing up ParaView plugins to point at @PARAVIEW_APP_LIB_DIR@" )
set ( paraview_app_libs "@PARAVIEW_APP_LIB_DIR@" )

foreach(plugin ${pvplugins})
Expand All @@ -113,4 +114,4 @@ if( MAKE_VATES )
endforeach()
endforeach()

endif()
endif()

0 comments on commit 7a02be1

Please sign in to comment.