Update HDF5UseFortran.cmake (#5920)

Remove extraneous curly braces from log output
This commit is contained in:
Erik Schnetter
2025-10-15 15:28:15 -05:00
committed by GitHub
parent 09e3cfe652
commit 2ff6c6497c
+1 -1
View File
@@ -391,7 +391,7 @@ if (PAC_FC_ALL_REAL_KINDS_SIZEOF STREQUAL "")
endif ()
set (${HDF_PREFIX}_H5CONFIG_F_RKIND_SIZEOF "INTEGER, DIMENSION(1:num_rkinds) :: rkind_sizeof = (/${PAC_FC_ALL_REAL_KINDS_SIZEOF}/)")
message (STATUS "....FOUND SIZEOF for REAL KINDs \{${PAC_FC_ALL_REAL_KINDS_SIZEOF}\}")
message (STATUS "....FOUND SIZEOF for REAL KINDs ${PAC_FC_ALL_REAL_KINDS_SIZEOF}")
#find the maximum kind of the real
string (REGEX REPLACE "," ";" VAR "${PAC_FC_ALL_REAL_KINDS_SIZEOF}")