I have a problem with the global environmental variable CMAKE_PREFIX_PATH. I already set this and I can see it is set when I type env, but when I r
CMAKE_PREFIX_PATH
env
Try to run cmake -DCMAKE_PREFIX_PATH=/your/path .
cmake -DCMAKE_PREFIX_PATH=/your/path .