summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-03 17:37:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-03 17:37:57 (GMT)
commit2316a6c927e422b094cc96e5f6aeb2ac89d84632 (patch)
tree67343091445b2205e69f3a565e8110f4617333a7
parent5fefa587e50fc6f9e634a34cdd54946a1c0a3f42 (diff)
downloadhdf5-2316a6c927e422b094cc96e5f6aeb2ac89d84632.zip
hdf5-2316a6c927e422b094cc96e5f6aeb2ac89d84632.tar.gz
hdf5-2316a6c927e422b094cc96e5f6aeb2ac89d84632.tar.bz2
Fix typo
-rw-r--r--hl/fortran/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/test/CMakeLists.txt b/hl/fortran/test/CMakeLists.txt
index d5fe892..61705e2 100644
--- a/hl/fortran/test/CMakeLists.txt
+++ b/hl/fortran/test/CMakeLists.txt
@@ -23,7 +23,7 @@ macro (ADD_H5_FORTRAN_EXE file)
)
target_link_libraries (hl_f90_${file}
PRIVATE
- ${HDF5_HL_F90_LIB_TARGET} ${HDF5_F90_LIB_TARGET} ${HDF5_F90_TEST_LIB_TARGET
+ ${HDF5_HL_F90_LIB_TARGET} ${HDF5_F90_LIB_TARGET} ${HDF5_F90_TEST_LIB_TARGET}
)
# set_property(TARGET hl_f90_${file} APPEND PROPERTY
# LINK_FLAGS $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:"-SUBSYSTEM:CONSOLE">