Skip to content

Commit

Permalink
refs #5103. Keep VSI components out of plugins.
Browse files Browse the repository at this point in the history
Put into pv_plugins instead. This small change should mean that users do not get bothered by library loading failure when paraview cannot be found .
  • Loading branch information
OwenArnold committed Apr 16, 2012
1 parent a223694 commit ff3ca58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ if( SQUISH_FOUND )

endif()

install( TARGETS VatesSimpleGuiViewWidgets ${TARGET_TYPE} DESTINATION ${PLUGINS_DIR} )
install( TARGETS VatesSimpleGuiViewWidgets ${TARGET_TYPE} DESTINATION ${PVPLUGINS_DIR} )

0 comments on commit ff3ca58

Please sign in to comment.