Skip to content

CMake Warning when Anaconda is installed

I try to build Morpheus. I'm on Kubuntu 14.04.3 and I have Anaconda installed. I configured Morpheus using ccmake. However, when I generate I get the following warning:

 CMake Warning at gui/CMakeLists.txt:230 (ADD_EXECUTABLE):
   Cannot generate a safe runtime search path for target morpheus-gui because
   files in some directories may conflict with libraries in implicit
   directories:

     runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
       /home/fabian/anaconda/lib

   Some of these libraries may not be found correctly.

Can I ignore it?

Morpheus seems to build and to run correctly.