Skip to content

Commit

Permalink
Refs #7239. NexusPeaksReader plugin needs to link against NeXus libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Jun 3, 2013
1 parent f0ea430 commit 34c54e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ add_paraview_plugin( MantidParaViewNexusPeaksReaderSMPlugin "1.0"
set_property( TARGET MantidParaViewNexusPeaksReaderSMPlugin PROPERTY FOLDER "MantidVatesParaViewPlugins" )

target_link_libraries( MantidParaViewNexusPeaksReaderSMPlugin
${MANTID_SUBPROJECT_LIBS} )
${MANTID_SUBPROJECT_LIBS} ${NEXUS_C_LIBRARIES})

# Put library into subfolder.
SET_TARGET_OUTPUT_DIRECTORY(MantidParaViewNexusPeaksReaderSMPlugin ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/${PVPLUGINS_DIR}/${PVPLUGINS_SUBDIR})
Expand Down

0 comments on commit 34c54e7

Please sign in to comment.