Skip to content

Commit

Permalink
Remove IMGUI_IMPL_OPENGL_LOADER_GLAD compile definition from imgui li…
Browse files Browse the repository at this point in the history
…brary. Thanks to ocornut/imgui#4445 GL backend has own minimal GL loader.
  • Loading branch information
vug committed Feb 13, 2024
1 parent c24c409 commit 246ec2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ add_library(imgui STATIC
imgui/misc/cpp/imgui_stdlib.cpp
)
target_compile_definitions(imgui PRIVATE
-DIMGUI_IMPL_OPENGL_LOADER_GLAD # configure GLAD as the loader
-DGLFW_INCLUDE_NONE
)
target_link_libraries(imgui PRIVATE
Expand Down

0 comments on commit 246ec2a

Please sign in to comment.