mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-11 08:04:25 +00:00
bring back required switch for opengl with dep_GLEW
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# We have to check for OpenGL to compile GLEW
|
# We have to check for OpenGL to compile GLEW
|
||||||
set(OpenGL_GL_PREFERENCE "LEGACY") # to prevent a nasty warning by cmake
|
set(OpenGL_GL_PREFERENCE "LEGACY") # to prevent a nasty warning by cmake
|
||||||
find_package(OpenGL QUIET)
|
find_package(OpenGL QUIET REQUIRED)
|
||||||
|
|
||||||
prusaslicer_add_cmake_project(
|
prusaslicer_add_cmake_project(
|
||||||
GLEW
|
GLEW
|
||||||
|
|||||||
Reference in New Issue
Block a user