Skip to content

Commit

Permalink
push10
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 30, 2024
1 parent eb5bd47 commit 269c796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ endif()
# then set it internally.
if((NOT DEFINED HDF5_PLUGIN_PATH) OR ("${HDF5_PLUGIN_PATH}" STREQUAL ""))
if(ISMSVC OR ISMINGW)
string(REPLACE "\\" "/" AUP "$ENV{"ALLUSERSPROFILE"})
string(REPLACE "\\" "/" AUP "$ENV{"ALLUSERSPROFILE"}")
set(HDF5_PLUGIN_PATH "${AUP}/hdfd5/lib/plugin")
else()
set(HDF5_PLUGIN_PATH "/usr/local/hdf5/lib/plugin")
Expand Down

0 comments on commit 269c796

Please sign in to comment.