Skip to content

Commit

Permalink
refs #4013 fix error in cmake script
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Oct 27, 2011
1 parent 6332ee1 commit b2d75d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ if ( CXXTEST_FOUND )
configure_file ( test/PlusMinusTest.in.h ${CMAKE_CURRENT_SOURCE_DIR}/test/MinusTest.h)

# Make the rest of the tests
include_directories ( ../CurveFitting/inc ../DataHandling/inc ../Nexus/inc ../testHelpers/inc ../MDEvents/inc)
include_directories ( ../CurveFitting/inc ../DataHandling/inc ../Nexus/inc ../TestHelpers/inc ../MDEvents/inc)
cxxtest_add_test ( AlgorithmsTest ${TEST_FILES} )
target_link_libraries ( AlgorithmsTest Algorithms CurveFitting DataHandling Nexus TestHelpers )
add_dependencies ( FrameworkTests AlgorithmsTest )
Expand Down

0 comments on commit b2d75d4

Please sign in to comment.