-
Hello, I am trying to configure FlameGPU with visualisation using the CMake GUI. I have downloaded the binaries zip file from https://glew.sourceforge.net and extracted it. Then I ran CMake and got this error. My folders with FlameGPU and GLEW are both in C: on the same level. I have included a few more screenshots of CMake in case it helps. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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:
Would you be able to try the patched version of our visualisation CMake I've put together? (I'm not on windows so can't attempt to reproduce your error): You should be able to do this by setting the value of
If this fixes the problem, we can get it merged in and the visusalisation hash updated. |
Beta Was this translation helpful? Give feedback.
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: