Skip to content

Commit

Permalink
add HDF5 dynamic preproc flag for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Dec 12, 2024
1 parent 11a79d7 commit 67f7ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set(DAGMC_VERSION ${DAGMC_MAJOR_VERSION}.${DAGMC_MINOR_VERSION}.${DAGMC_PATCH_VE

if(MSVC)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
add_definitions( -DH5_BUILT_AS_DYNAMIC_LIB )
endif()


Expand Down

0 comments on commit 67f7ad8

Please sign in to comment.