Skip to content

Error about GLEW when configuring with CMake 3.25.0-rc4 gui #989

Answered by ptheywood
Matyas37 asked this question in Q&A
Discussion options

You must be logged in to vote

The FLAMEGPU2-visualsier CMake is currently set up for Windows buildsfetch the pre-compiled GLEW from https://github.com/nigels-com/glew, and then find that version of GLEW.

However, it doesn't explicitly only check in the expected location however, nor only check for a config file, which might be allowing it to find the version you have downloaded and extracted.

There are a few options:

  1. Remove the manually extracted version of GLEW, this might allow you to configure CMake, but its' not a true fix.
  2. We can improve the FLAMEGPU2-visualsier GLEW CMake:
  3. We can make it so we only try to find the version of GLEW CMake downlaods - (untested FLAMEGPU/FLAMEGPU2-visualiser#109)
  4. We can attempt to f…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Matyas37
Comment options

@ptheywood
Comment options

Answer selected by Matyas37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants