Skip to content

Commit

Permalink
Refs #4024 progress towards removing C++ nexus API
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Nov 8, 2011
1 parent 61c11c4 commit 5d8840b
Show file tree
Hide file tree
Showing 2 changed files with 5 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 )

add_subdirectory ( MantidQt )

Expand Down
6 changes: 4 additions & 2 deletions Code/Mantid/Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ 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 )

include_directories (Kernel/inc)
add_subdirectory (Kernel)
set ( MANTIDLIBS ${MANTIDLIBS} Kernel )
Expand Down Expand Up @@ -153,7 +151,11 @@ add_subdirectory (MDEvents)

set ( FRAMEWORK_LIBS Kernel Geometry API PythonAPI PythonKernelModule PythonAPIModule DataObjects
DataHandling Nexus Algorithms CurveFitting ICat
<<<<<<< HEAD
Crystal MDAlgorithms MDEvents WorkflowAlgorithms
=======
Crystal MDAlgorithms MDEvents WorkflowAlgorithms NeXus
>>>>>>> Refs #4024 progress towards removing C++ nexus API
)

add_custom_target( Framework DEPENDS ${FRAMEWORK_LIBS} )
Expand Down

0 comments on commit 5d8840b

Please sign in to comment.