mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Add PNG and wxWidgets 3.1.3 uniformly to all platforms with cmake build.
wx is built with png as a dependency, wxpng is disabled.
This commit is contained in:
3
deps/GLEW/GLEW.cmake
vendored
3
deps/GLEW/GLEW.cmake
vendored
@@ -1,5 +1,6 @@
|
||||
# We have to check for OpenGL to compile GLEW
|
||||
find_package(OpenGL QUIET REQUIRED)
|
||||
set(OpenGL_GL_PREFERENCE "LEGACY") # to prevent a nasty warning by cmake
|
||||
find_package(OpenGL QUIET)
|
||||
|
||||
prusaslicer_add_cmake_project(
|
||||
GLEW
|
||||
|
||||
Reference in New Issue
Block a user