We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0524989 commit 820c92eCopy full SHA for 820c92e
src/solver/CMakeLists.txt
@@ -7,9 +7,9 @@
7
# US EPA ORD/CESER
8
#
9
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")
+# list(APPEND CMAKE_LIBRARY_PATH "usr/local/opt")
+# list(APPEND CMAKE_LIBRARY_PATH "usr/local/opt/libomp")
+# list(APPEND CMAKE_LIBRARY_PATH "usr/local/opt/libomp/lib")
13
find_package(OpenMP)
14
15
0 commit comments