From a58b2490e272daa2d05d401287c4df5b23c5f082 Mon Sep 17 00:00:00 2001 From: Jose Borreguero <borreguero@gmail.com> Date: Mon, 15 Mar 2021 17:09:59 -0400 Subject: [PATCH] Refs #30885 add dataobjects to CMakeLists Signed-off-by: Jose Borreguero <borreguero@gmail.com> --- qt/scientific_interfaces/Direct/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/scientific_interfaces/Direct/CMakeLists.txt b/qt/scientific_interfaces/Direct/CMakeLists.txt index feeec84351e..210b7ab7858 100644 --- a/qt/scientific_interfaces/Direct/CMakeLists.txt +++ b/qt/scientific_interfaces/Direct/CMakeLists.txt @@ -28,6 +28,7 @@ mtd_add_qt_library(TARGET_NAME MantidScientificInterfacesDirect SYSTEM_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} LINK_LIBS + DataObjects ${CORE_MANTIDLIBS} ${POCO_LIBRARIES} ${Boost_LIBRARIES} @@ -60,6 +61,7 @@ mtd_add_qt_library(TARGET_NAME MantidScientificInterfacesDirect DEFS IN_MANTIDQT_DIRECT LINK_LIBS + DataObjects ${CORE_MANTIDLIBS} PythonInterfaceCore ${POCO_LIBRARIES} -- GitLab