Skip to content

Commit 1326c5f

Browse files
committed
Remove unused dependency of TGCocoa on glew
This is part of the glew replacement campaign.
1 parent 7278ec6 commit 1326c5f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

graf2d/cocoa/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ROOT_STANDARD_LIBRARY_PACKAGE(GCocoa
3939
"-framework Cocoa"
4040
"-framework OpenGL"
4141
${FREETYPE_LIBRARIES}
42-
GLEW::GLEW
4342
)
4443

4544
target_include_directories(GCocoa PRIVATE ${CMAKE_SOURCE_DIR}/graf3d/gl/inc)

graf2d/cocoa/src/TGCocoa.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
#include "TGCocoa.h"
1515

16-
#include <GL/glew.h>
17-
1816
#include "ROOTOpenGLView.h"
1917
#include "CocoaConstants.h"
2018
#include "TMacOSXSystem.h"

0 commit comments

Comments
 (0)