Skip to content

Build error with vcpkg #1834

Discussion options

You must be logged in to vote

Like Paul said, if you are trying to build the imgui applications you need glew installed and it needs to be found by cmake. You can do that with vcpkg install glew:x64-windows.

That error indicates that no opengl loader was found by imgui and it's trying to default to the gl3w loader which isn't actually included in our imgui source tree.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jasonbeverage
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-issue It won't build
3 participants