Installing ROOT-GLEW Error

Hi!,
I’m trying to install ROOT on my Mac, its Monterey.
The error I’m getting is
CMake Error at cmake/modules/SearchInstalledSoftware.cmake:571

_ROOT Version: root 6
_Platform: MAC
Compiler: Cmake


Which options are you using with the cmake command ?

Hi, this is what I’m using. I thought it could be an issue because of Monterey, then I downgraded it to Catalina.

cmake -DCMAKE_INSTALL_PREFIX=<installdir> <sourcedir>

The whole error is


CMake Error at cmake/modules/SearchInstalledSoftware.cmake:571 (message):
  Please enable builtin Glew due bug in latest CMake (use cmake option
  -Dbuiltin_glew=ON).
Call Stack (most recent call first):
  CMakeLists.txt:219 (include)

Hi @Rutik ,
sorry for the high latency, is this still an issue?

@couet @Axel ping

OK so what happens when you specify:

to cmake, as the error message recommends?

Cheers, Axel

Hi!
So, I installed it with brew and it worked after downgrading to Catalina, so didn’t pursue this further.

Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.