HDFFV-10529 Update CMake tests to use test fixtures

This commit is contained in:
Allen Byrne
2019-07-23 16:24:56 -05:00
parent d3fdcd8a68
commit 6a932198aa
39 changed files with 896 additions and 2597 deletions

View File

@@ -14,7 +14,8 @@
# This file provides functions for HDF5 specific Fortran support.
#
#-------------------------------------------------------------------------------
ENABLE_LANGUAGE (Fortran)
enable_language (Fortran)
set (HDF_PREFIX "H5")
include (CheckFortranFunctionExists)