Skip to content

Commit

Permalink
generalize HDF5 lib directory for macos amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Nov 13, 2024
1 parent 9509da0 commit 23f4976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stochastic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (APPLE)
if (PROCESSOR_ARCHITECTURE STREQUAL "arm64")
link_directories("/opt/homebrew/lib")
else ()
link_directories("/usr/local/Cellar/hdf5/1.14.3_1/lib")
link_directories("/usr/local/lib")
endif()
endif()

Expand Down

0 comments on commit 23f4976

Please sign in to comment.