Use correct variable name

This commit is contained in:
Allen Byrne 2019-02-14 15:47:02 -06:00
parent 81687043d4
commit 6ea0dafa41

View File

@ -234,7 +234,7 @@ foreach (KIND ${VAR} )
set (pack_real_sizeof "${pack_real_sizeof} ${PROG_OUTPUT1},")
endforeach ()
if (pack_int_sizeof STREQUAL "")
if (pack_real_sizeof STREQUAL "")
message (FATAL_ERROR "Failed to find available REAL KINDs for Fortran")
endif ()