We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$LD_LIBRARY_PATH
1 parent 21930e1 commit 31b4b7dCopy full SHA for 31b4b7d
1 file changed
cmake/private/FairRootTargets.cmake
@@ -67,6 +67,9 @@ function(fairroot_discover_catch2_tests target)
67
set(req_version 3.22)
68
if(ARGS_ENABLE_LD_LIBRARY_PATH_WORKAROUND)
69
set(dl_paths ${LD_LIBRARY_PATH})
70
+ if(DEFINED ENV{LD_LIBRARY_PATH})
71
+ list(APPEND dl_paths $ENV{LD_LIBRARY_PATH})
72
+ endif()
73
endif()
74
75
if(dl_paths)
0 commit comments