summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-25 23:04:00 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-25 23:04:00 (GMT)
commitbc6134ee2da45a1ea902432c65d898e09d6d91a3 (patch)
treeb203346dabd984f6684de39f1ae87664c2a3a889 /fortran/test
parent270d53ef4d0a68417ef033309205e6e0ea19f481 (diff)
downloadhdf5-bc6134ee2da45a1ea902432c65d898e09d6d91a3.zip
hdf5-bc6134ee2da45a1ea902432c65d898e09d6d91a3.tar.gz
hdf5-bc6134ee2da45a1ea902432c65d898e09d6d91a3.tar.bz2
Fix extlib references and fortran name typo
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt
index 0c1f616..c7416df 100644
--- a/fortran/test/CMakeLists.txt
+++ b/fortran/test/CMakeLists.txt
@@ -259,7 +259,7 @@ if (HDF5_ENABLE_F2003)
if (WIN32 AND MSVC)
target_link_libraries (fortranlib_test_F03 "ws2_32.lib")
endif ()
-
+
target_include_directories (fortranlib_test_F03 PRIVATE ${CMAKE_Fortran_MODULE_DIRECTORY}/static)
set_target_properties (fortranlib_test_F03 PROPERTIES
LINKER_LANGUAGE Fortran
@@ -296,7 +296,7 @@ if (HDF5_ENABLE_F2003)
endif ()
#-- Adding test for fflush1
-add_executable (fflush1 fflush1.F90)
+add_executable (fflush1 fflush1.f90)
TARGET_FORTRAN_PROPERTIES (fflush1 STATIC " " " ")
target_link_libraries (fflush1
${HDF5_F90_LIB_TARGET}
@@ -332,7 +332,7 @@ if (BUILD_SHARED_LIBS AND NOT SKIP_HDF5_FORTRAN_SHARED)
endif ()
#-- Adding test for fflush2
-add_executable (fflush2 fflush2.F90)
+add_executable (fflush2 fflush2.f90)
TARGET_FORTRAN_PROPERTIES (fflush2 STATIC " " " ")
target_link_libraries (fflush2
${HDF5_F90_TEST_LIB_TARGET}