# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/freecad/hotfix-opengl.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- a/CMakeLists.txt 2025-03-25 22:32:11.650925556 +0100 +++ b/CMakeLists.txt 2025-03-25 22:32:23.031301013 +0100 @@ -65,7 +65,7 @@ # Do this before the check for SMESH because it depends on vtk # that may have its own OpenGL check but possibly fails and leaves # OPENGL_gl_LIBRARY empty that results into linker errors - SetupOpenGL() +# SetupOpenGL() endif(BUILD_GUI) SetupBoost() SetupSalomeSMESH()