Skip to content

Use HINTS to search for custom libuv before system one

Volodymyr Yurchenko requested to merge fix-finding-libuv into master

In find_library the option HINTS should be used instead of PATHS to ensure the custom libuv library (i.e., from aliBuild or cvmfs) is searched before the system one.

Merge request reports