nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 608 forks source link

CMake: fix initialization of CMakeLists and cleanup after bump of min cmake version #396

Closed SpaceIm closed 8 months ago

SpaceIm commented 9 months ago

closes https://github.com/nigels-com/glew/issues/395

also remove dead code in CMakeLists as a consequence of https://github.com/nigels-com/glew/pull/391

Forcing CMP0003, CMP0042 and CMP0072 to NEW is useless now, since it's already their value after bump of cmake_minimum_required

nigels-com commented 8 months ago

Thanks!