Skip to content

Commit

Permalink
docs: remove ???? from README in MSI file
Browse files Browse the repository at this point in the history
close #231
  • Loading branch information
hyoklee committed Aug 13, 2024
1 parent 95225c9 commit 61a5529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/cmake/HDFMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ macro (HDF_README_PROPERTIES target_fortran)
set (BINARY_PLATFORM "${BINARY_PLATFORM}, using VISUAL STUDIO 2019")
elseif (${CMAKE_C_COMPILER_VERSION} MATCHES "^19.3.*")
set (BINARY_PLATFORM "${BINARY_PLATFORM}, using VISUAL STUDIO 2022")
else ()
elseif (${CMAKE_C_COMPILER_VERSION} MATCHES "^19.4.*")
set (BINARY_PLATFORM "${BINARY_PLATFORM}, using VISUAL STUDIO 2022") else ()
set (BINARY_PLATFORM "${BINARY_PLATFORM}, using VISUAL STUDIO ???")
endif ()
else ()
Expand Down

0 comments on commit 61a5529

Please sign in to comment.