ERRORS WITH DEFINE ENVIRONMENT VARIABLES AT cmake -DCMAKE... Sonoma 14.2
Opened this issue · 6 comments
LeoFoorm commented
At the moment I did "cmake -DCMAKE_INSTALL_PREFIX="Specify an installation directory" "Path to FairRoot source" It appeared many errors like this one:
And the final msg is:
I try to do what the MacOS SDK says but I do not unserstand how it works to put the environment variable correctly. Please help.
karabowi commented
Did you execute the line export SIMPATH=/path/to/fairsoft/install/directory
?
LeoFoorm commented
yes
karabowi commented
Is the issue still there?
LeoFoorm commented
Yes, it stills there
fuhlig1 commented
Do I understand the problem correctly, if you don't define any installation directory cmake works as expected? In case you define an install directory cmake breaks.