Skip to content

Commit

Permalink
CMAKE: Remove glew from backport includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Dec 14, 2024
1 parent d484d21 commit 9e227f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmake-scripts/backport-libs.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backports/optional)

list(APPEND ASY_STATIC_LIBARIES OptionalBackport)

if (ENABLE_OPENGL)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backports/glew)
# using glew within the repo
list(APPEND ASY_STATIC_LIBARIES GLEW)

list(APPEND ASYMPTOTE_INCLUDES $<TARGET_PROPERTY:GLEW,INCLUDE_DIRECTORIES>)
endif()

0 comments on commit 9e227f2

Please sign in to comment.