From d30a409c2d8551d5ad664a7cc35be5ff97e6f4d8 Mon Sep 17 00:00:00 2001
From: kanschat -NOTFOUND
and may be set by hand.
Caveat: if you have a set of standard libraries in the default
+ location, say /usr/lib
and a set of
+ private versions of the same libraries, for instance because you
+ need different revisions sometimes, in your own library directory,
+ you may receive an error message of the form:
+CMake Warning at source/CMakeLists.txt:65 (ADD_LIBRARY): + Cannot generate a safe runtime search path for target deal_II.g because + files in some directories may conflict with libraries in implicit + directories: + + runtime library [libtbb.so.2] in /usr/lib may be hidden by files in: + /my/private/lib + + Some of these libraries may not be found correctly. ++ +
This is not a problem of CMake or deal.II, but rather a general + Linux problem. In order to fix this, you have two options:
+Warning: Do not do this unless absolutely necessary!
-- 2.39.5