mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Update HDF5UseFortran.cmake (#5920)
Remove extraneous curly braces from log output
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user