You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove all HINTS from find_file() in FindLIBHWLOC.cmake
CMAKE_PREFIX_PATH can contain many paths separated with semicolon,
so using the expressions like:
${CMAKE_PREFIX_PATH}/include
or
${CMAKE_PREFIX_PATH}/bin
is incorrect, because a subdirectory would be appended
only to the last path.
Signed-off-by: Lukasz Dorau <[email protected]>
0 commit comments