I am trying to install glnemo2 on a desktop which I don't have root access. The OS is CentOS. glnemo2 requires CCfits which I installed locally at $HOME/local/CCfits. So, I downloaded and untarred the source file, and following the instruction all I need to do is
cd build
cmake ..
make
make install
However, during make
it complains: fatal error: CCfits: No such file or directory #include <CCfits>
.
So, my question is, how to tell cmake where to look for the installed CCfits library?