Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion graf2d/cocoa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ROOT_STANDARD_LIBRARY_PACKAGE(GCocoa
"-framework Cocoa"
"-framework OpenGL"
${FREETYPE_LIBRARIES}
GLEW::GLEW
)

target_include_directories(GCocoa PRIVATE ${CMAKE_SOURCE_DIR}/graf3d/gl/inc)
Expand Down
3 changes: 1 addition & 2 deletions graf2d/cocoa/src/TGCocoa.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

#include "TGCocoa.h"

#include <GL/glew.h>

#include "ROOTOpenGLView.h"
#include "CocoaConstants.h"
#include "TMacOSXSystem.h"
Expand All @@ -41,6 +39,7 @@

#include <ApplicationServices/ApplicationServices.h>
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#include <Cocoa/Cocoa.h>

#include <algorithm>
Expand Down
Loading