Skip to content

Commit

Permalink
Refs #4024 try to fix finding library for other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Nov 18, 2011
1 parent 03a5a4d commit d457998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ add_subdirectory ( Framework )
include_directories ( Framework/Kernel/inc )
include_directories ( Framework/Geometry/inc )
include_directories ( Framework/API/inc )
set ( CORE_MANTIDLIBS Kernel Geometry API NeXusCPP)
set ( CORE_MANTIDLIBS Kernel Geometry API ${NEXUS_LIBRARIES})

add_subdirectory ( MantidQt )

Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ set ( MANTIDLIBS ${Boost_LIBRARIES} ${POCO_LIBRARIES} ${TCMALLOC_LIBRARY} ${MPI
add_custom_target ( FrameworkTests ) # target for all framework tests
add_dependencies ( check FrameworkTests )

set ( MANTIDLIBS ${MANTIDLIBS} NeXusCPP )
set ( MANTIDLIBS ${MANTIDLIBS} ${NEXUS_LIBRARIES} )

include_directories (Kernel/inc)
add_subdirectory (Kernel)
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Vates/VatesAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ${MANTID_SUBPROJECT_LIBS}
vtkCommon
vtkFiltering
Crystal
NeXusCPP
${NEXUS_LIBRARIES}
)

# Create test file projects
Expand Down

0 comments on commit d457998

Please sign in to comment.