Skip to content

Commit

Permalink
CMAKE: Change HAVE_GL to HAVE_LIBGL during configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Dec 24, 2024
1 parent 3c5828d commit e2af319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-scripts/external-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if (ENABLE_OPENGL)
endif()

if (OPENGL_GLU_FOUND)
list(APPEND ASY_MACROS HAVE_GL)
list(APPEND ASY_MACROS HAVE_LIBGL)
else()
message(FATAL_ERROR "GL components incomplete; will not use OpenGL")
endif()
Expand Down

0 comments on commit e2af319

Please sign in to comment.