Skip to content

Commit

Permalink
Do not compile OpenGL examples on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Dec 16, 2020
1 parent 6100534 commit 953e0de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Framework/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,14 @@ endforeach()
# #####################################################@

if (TARGET AliceO2::DebugGUI)
if (NOT APPLE)
set (DEBUG_GUI_TESTS_WORKFLOW
CustomGUIGL
CustomGUISokol
SimpleTracksED
)
endif()
endif()

foreach(w
BoostSerializedProcessing
Expand Down Expand Up @@ -307,10 +309,12 @@ if (TARGET AliceO2::DebugGUI)
# environment assertion fired X11: The DISPLAY environment variable is missing
# glfw-3.2.1/src/window.c:579: glfwGetFramebufferSize: Assertion `window !=
# ((void *)0)' failed.
if(NOT APPLE)
set_property(TEST test_Framework_test_SimpleTracksED PROPERTY DISABLED TRUE)
set_property(TEST test_Framework_test_CustomGUIGL PROPERTY DISABLED TRUE)
set_property(TEST test_Framework_test_CustomGUISokol PROPERTY DISABLED TRUE)
endif()
endif()

# TODO: investigate the problem and re-enable
set_property(TEST test_Framework_test_BoostSerializedProcessing
Expand Down

0 comments on commit 953e0de

Please sign in to comment.