Hi! I encountered an error message of the type:
-- Looking for GLEW
-- Found GLEW: /usr/local/lib/cmake/glew/glew-config.cmake
CMake Error at cmake/modules/SearchInstalledSoftware.cmake:589 (message):
Please enable builtin Glew due bug in latest CMake (use cmake option
-Dbuiltin_glew=ON).
Call Stack (most recent call first):
CMakeLists.txt:245 (include)
and i found the problem to be related to
we are using cmake v3.23.1
i seen that FindGLEW module fails to define variables if config is presented (#19662) · Issues · CMake / CMake · GitLab was closed quite some time ago…
is this still valid? maybe the restriction should have also an upper version?