Skip to content

Commit 23f4976

Browse files
committed
generalize HDF5 lib directory for macos amd64
1 parent 9509da0 commit 23f4976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stochastic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (APPLE)
4040
if (PROCESSOR_ARCHITECTURE STREQUAL "arm64")
4141
link_directories("/opt/homebrew/lib")
4242
else ()
43-
link_directories("/usr/local/Cellar/hdf5/1.14.3_1/lib")
43+
link_directories("/usr/local/lib")
4444
endif()
4545
endif()
4646

0 commit comments

Comments
 (0)