mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Correct h5diff test ref files (#5596)
This commit is contained in:
@@ -42,7 +42,6 @@ macro (STREAM_STRINGS stream strings_out)
|
||||
string(REPLACE ";" "\;" ${strings_out} "${${strings_out}}")
|
||||
# break the string into lines at newlines
|
||||
string(REPLACE "\n" ";" ${strings_out} "${${strings_out}}")
|
||||
message(STATUS "After macro replace, read_out = ${${strings_out}}")
|
||||
# Remove last entry
|
||||
list(POP_BACK ${strings_out})
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user