diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-10-18 19:44:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 19:44:42 (GMT) |
commit | 65e1bd8ce90d286bd4ffc1575414d775ae86a319 (patch) | |
tree | 5aeb6bc35ab0b6e0d8fe29b56bd9141c4f69bca3 /fortran | |
parent | fce7ce18697ecead37e75d3d05483ef995cf24dd (diff) | |
download | hdf5-65e1bd8ce90d286bd4ffc1575414d775ae86a319.zip hdf5-65e1bd8ce90d286bd4ffc1575414d775ae86a319.tar.gz hdf5-65e1bd8ce90d286bd4ffc1575414d775ae86a319.tar.bz2 |
Add NVidia compiler support and CI (#3686)
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index 199a0c8..57e17e5 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -332,7 +332,7 @@ if (BUILD_STATIC_LIBS) target_compile_options(${HDF5_F90_LIB_TARGET} PRIVATE "${HDF5_CMAKE_Fortran_FLAGS}") target_compile_definitions(${HDF5_F90_LIB_TARGET} PRIVATE - "$<$<STREQUAL:x${CMAKE_Fortran_SIMULATE_ID},xMSVC>:HDF5F90_WINDOWS"> + "$<$<STREQUAL:x${CMAKE_Fortran_SIMULATE_ID},xMSVC>:HDF5F90_WINDOWS>" "$<$<STREQUAL:x${CMAKE_Fortran_SIMULATE_ID},xMSVC>:${WIN_COMPILE_FLAGS}>" ) target_link_libraries (${HDF5_F90_LIB_TARGET} |