Skip to content

Commit 820c92e

Browse files
committed
Optional openmp; brew libomp testing
1 parent 0524989 commit 820c92e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/solver/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# US EPA ORD/CESER
88
#
99

10-
list(APPEND CMAKE_LIBRARY_PATH "/opt/homebrew/opt")
11-
list(APPEND CMAKE_LIBRARY_PATH "/opt/homebrew/opt/libomp")
12-
list(APPEND CMAKE_LIBRARY_PATH "/opt/homebrew/opt/libomp/lib")
10+
# list(APPEND CMAKE_LIBRARY_PATH "usr/local/opt")
11+
# list(APPEND CMAKE_LIBRARY_PATH "usr/local/opt/libomp")
12+
# list(APPEND CMAKE_LIBRARY_PATH "usr/local/opt/libomp/lib")
1313
find_package(OpenMP)
1414

1515

0 commit comments

Comments
 (0)