88# granted to it by virtue of its status as an Intergovernmental Organization or
99# submit itself to any jurisdiction.
1010
11- if (TARGET AliceO2::DebugGUI)
12- set (GUI_SOURCES src/FrameworkGUIDebugger.cxx src/FrameworkGUIDevicesGraph.cxx
13- src/FrameworkGUIDeviceInspector.cxx
14- src/FrameworkGUIDataRelayerUsage.cxx src/PaletteHelpers.cxx)
15- set (DEBUGGUI_TARGET AliceO2::DebugGUI)
16- else ()
17- set (GUI_SOURCES src/FrameworkDummyDebugger.cxx)
18- endif ()
19-
2011# Given GCC 7.3 does not provide std::filesystem we use Boost instead
2112# Drop this once we move to GCC 8.2+
2213# if (NOT __APPLE__)
@@ -26,7 +17,6 @@ endif()
2617o2_add_library(Framework
2718 SOURCES src/AODReaderHelpers.cxx
2819 src/ASoA.cxx
29- ${GUI_SOURCES}
3020 src/AnalysisHelpers.cxx
3121 src/AnalysisDataModelHelpers.cxx
3222 src/BoostOptionsRetriever.cxx
@@ -108,8 +98,7 @@ o2_add_library(Framework
10898 src/StepTHn.cxx
10999 test /TestClasses.cxx
110100 PRIVATE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR} /src
111- PUBLIC_LINK_LIBRARIES ${DEBUGGUI_TARGET}
112- AliceO2::Common
101+ PUBLIC_LINK_LIBRARIES AliceO2::Common
113102 AliceO2::Configuration
114103 AliceO2::InfoLogger
115104 AliceO2::Monitoring
@@ -257,16 +246,6 @@ endforeach()
257246
258247# #####################################################@
259248
260- if (TARGET AliceO2::DebugGUI)
261- if (NOT APPLE )
262- set (DEBUG_GUI_TESTS_WORKFLOW
263- CustomGUIGL
264- CustomGUISokol
265- SimpleTracksED
266- )
267- endif ()
268- endif ()
269-
270249foreach (w
271250 BoostSerializedProcessing
272251 CallbackService
@@ -288,7 +267,6 @@ foreach(w
288267 SingleDataSource
289268 Task
290269 ExternalFairMQDeviceWorkflow
291- ${DEBUG_GUI_TESTS_WORKFLOW}
292270 )
293271 o2_add_test(${w} NAME test_Framework_test_${w}
294272 SOURCES test /test_${w} .cxx
@@ -304,18 +282,6 @@ endforeach()
304282# part. [WARN] Incoming data is already obsolete, not relaying.
305283set_property (TEST test_Framework_test_DanglingInputs PROPERTY DISABLED TRUE )
306284
307- if (TARGET AliceO2::DebugGUI)
308- # TODO: investigate the problem with the two unit tests, maybe setup of the CI
309- # environment assertion fired X11: The DISPLAY environment variable is missing
310- # glfw-3.2.1/src/window.c:579: glfwGetFramebufferSize: Assertion `window !=
311- # ((void *)0)' failed.
312- if (NOT APPLE )
313- set_property (TEST test_Framework_test_SimpleTracksED PROPERTY DISABLED TRUE )
314- set_property (TEST test_Framework_test_CustomGUIGL PROPERTY DISABLED TRUE )
315- set_property (TEST test_Framework_test_CustomGUISokol PROPERTY DISABLED TRUE )
316- endif ()
317- endif ()
318-
319285# TODO: investigate the problem and re-enable
320286set_property (TEST test_Framework_test_BoostSerializedProcessing
321287 PROPERTY DISABLED TRUE )
0 commit comments