From 3e30fc16abdd2715b55eec36a7be89c75348b64b Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@stfc.ac.uk> Date: Wed, 4 Jun 2014 11:20:08 +0100 Subject: [PATCH] Add RemoteAlgorithms as a framework library. Refs #9593 --- Code/Mantid/Framework/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/CMakeLists.txt b/Code/Mantid/Framework/CMakeLists.txt index 4c7aac55a6f..6fedd798384 100644 --- a/Code/Mantid/Framework/CMakeLists.txt +++ b/Code/Mantid/Framework/CMakeLists.txt @@ -135,8 +135,7 @@ set ( FRAMEWORK_LIBS Kernel Geometry API PythonKernelModule PythonGeometryModule PythonAPIModule DataObjects DataHandling Nexus Algorithms CurveFitting ICat Crystal MDAlgorithms MDEvents WorkflowAlgorithms - LiveData ISISLiveData - SINQ + LiveData ISISLiveData RemoteAlgorithms SINQ ) add_custom_target( Framework DEPENDS ${FRAMEWORK_LIBS} ) -- GitLab