The buildbots see this error, but my system does not. The only thing I can think of is some kind of a case issue, based on the buildbot's case-sensitive file system.
CMake Warning at CMakeLists.txt:166 (find_package):
By not providing "Findglew.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "glew", but
CMake did not find one.
Could not find a package configuration file provided by "glew" with any of
the following names:
glewConfig.cmake
glew-config.cmake
Add the installation prefix of "glew" to CMAKE_PREFIX_PATH or set
"glew_DIR" to a directory containing one of the above files. If "glew"
provides a separate development package or SDK, be sure it has been
installed.
This comment has been minimized.
always disappointing when it builds fine at home but fails on every buildbot.
We'll sort out what is going on here. Seems to be dying in the glew links, but it has a dep on glew, and it certainly linked up just fine here...
This comment has been minimized.
The buildbots see this error, but my system does not. The only thing I can think of is some kind of a case issue, based on the buildbot's case-sensitive file system.