Skip to content

Commit

Permalink
Re #37 Fixed NexusGeometry/CMakeList to include HDF5 libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljturner committed Sep 17, 2017
1 parent 8b2a797 commit b45c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/NexusGeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include_directories (${HDF5_INCLUDE_DIRS})
# Add to the 'Framework' group in VS
set_property ( TARGET NexusGeometry PROPERTY FOLDER "MantidFramework" )

target_link_libraries( NexusGeometry LINK_PRIVATE ${MANTIDLIBS})
target_link_libraries( NexusGeometry LINK_PRIVATE ${MANTIDLIBS} ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})

# Add the unit tests directory
add_subdirectory ( test )
Expand Down

0 comments on commit b45c008

Please sign in to comment.