[CMake] How can I silence a cmake warning?
Alessio
masariello+cmake.org at gmail.com
Wed Sep 7 13:18:57 EDT 2016
Hi All
Quick question: how can silence the following warnings?
Thank you!
CMake Warning at cmake/TargetFunctions.cmake:383 (add_library):
Cannot generate a safe runtime search
path for target pyfinlinearPy because
there is a cycle in the constraint
graph:
dir 0 is [/some/path]
dir 2 must precede it due to runtime library [libcurl.so.4]
dir 1 is [/some/other/path]
dir 2 is [/yet/another/path]
dir 0 must precede it due to runtime library [libpython2.7.so.1.0]
dir 3 is [/etc/etc/etc]
...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160907/5b807a6d/attachment-0001.html>
More information about the CMake
mailing list