From 2830fc40e96fefb36112a751466b425fad6792d4 Mon Sep 17 00:00:00 2001 From: herbglitch Date: Wed, 22 Mar 2023 00:07:55 -0600 Subject: [PATCH] opengl fix for linux in cmake --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c978791..efa890c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,9 +129,6 @@ endif() if(ARCHEUS_STD_OPENGL) target_include_directories(archeus_std PRIVATE PUBLIC $ - GL - glfw - GLEW ) endif()