Skip to content

Commit

Permalink
Add new CPP library name to search. refs #6278
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Dec 6, 2012
1 parent af7be16 commit 970242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/FindNexus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()
# Find the C libraries
find_library ( NEXUS_C_LIBRARIES NAMES NeXus libNeXus-0 )
# Find the C++ libraries
find_library ( NEXUS_CPP_LIBRARIES NAMES NeXusCPP )
find_library ( NEXUS_CPP_LIBRARIES NAMES NeXusCPP libNeXusCPP-0)
set ( NEXUS_LIBRARIES ${NEXUS_C_LIBRARIES} ${NEXUS_CPP_LIBRARIES} )

# Set a version string by examining the napi.h header
Expand Down

0 comments on commit 970242e

Please sign in to comment.