Skip to content

Commit 554f506

Browse files
authored
remove system path hints
1 parent 0492de8 commit 554f506

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dependencies/FindOpenMPMacOS.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@ find_library(OpenMP_LIBRARY
1313
NAMES omp libomp
1414
HINTS
1515
/opt/homebrew/opt/libomp/lib
16-
/opt/homebrew/lib
1716
/usr/local/opt/libomp/lib
18-
/usr/local/lib
1917
)
2018

2119
find_path(OpenMP_INCLUDE_DIR
2220
NAMES omp.h
2321
HINTS
2422
/opt/homebrew/opt/libomp/include
25-
/opt/homebrew/include
2623
/usr/local/opt/libomp/include
27-
/usr/local/include
2824
)
2925

3026
mark_as_advanced(OpenMP_LIBRARY OpenMP_INCLUDE_DIR)

0 commit comments

Comments
 (0)