Skip to content

Commit

Permalink
Fix windows linker error. Re #4036.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Nov 7, 2011
1 parent cd5a174 commit 0196e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/TestHelpers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set_property ( TARGET TestHelpers PROPERTY FOLDER "UnitTests" )

# Set library dependencies
# Bring in DataHandling
set ( TMP_MANTIDLIBS ${MANTIDLIBS} DataHandling MDEvents )
set ( TMP_MANTIDLIBS ${MANTIDLIBS} DataHandling MDEvents MDAlgorithms)
target_link_libraries ( TestHelpers ${TMP_MANTIDLIBS} )

# Cleanup
Expand Down

0 comments on commit 0196e2d

Please sign in to comment.