Hello, I'm currently trying to build OpenGL to work on granular terrain based simulations. I got one error while building OpenGL library in Cmake which is:
==== Chrono OpenGL module ==== CMake Error at C:/Program Files/CMake/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES) Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) C:/Program Files/CMake/share/cmake-3.26/Modules/FindGLEW.cmake:238 (find_package_handle_standard_args) src/chrono_opengl/CMakeLists.txt:42 (find_package) I have downloaded prebuilt GLEW library (https://glew.sourceforge.net/) for Windows 64 bit and had defined the folder path in Cmake GLEW_DIR. Any leads to solve this error would be appreciated. Regards, Mayuresh -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/77f01c96-3f24-46b9-ad3a-91bd044d8aebn%40googlegroups.com.
