Perlmint / glew-cmake

GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Other
234 stars 95 forks source link

The FindGLEW CMake module can't find libraries #55

Closed pgsocks closed 1 year ago

pgsocks commented 2 years ago

The FindGLEW CMake module searches for libraries without a "lib" prefix. Also, when building for Windows, the module searches for static libraries with the ".lib" or ".dll.a" extensions.

Perlmint commented 1 year ago

Thanks for reporting. But, sadly, I'd not fix this issue. CMakeLists.txt in the root of this repo is something for other legacy projects. So I decided not to maintain it for typical usage.

Please try using FindGLEW with installation from the official CMakeLists.txt - It is placed under the build/cmake.

Perlmint commented 1 year ago

Closed by no activity