diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-04-27 17:44:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-04-27 17:44:42 (GMT) |
commit | 120195e5aadaa200e33520f2cee92b05492b9585 (patch) | |
tree | 68763842a65689624f71af0443d1f5642b83ed77 | |
parent | a1cb2638f3cf55a025487e1e72e4f213a819ba76 (diff) | |
download | hdf5-120195e5aadaa200e33520f2cee92b05492b9585.zip hdf5-120195e5aadaa200e33520f2cee92b05492b9585.tar.gz hdf5-120195e5aadaa200e33520f2cee92b05492b9585.tar.bz2 |
TRILABS-19 fix typos
-rw-r--r-- | fortran/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/CMakeLists.txt b/fortran/examples/CMakeLists.txt index d2253ed..f9ee539 100644 --- a/fortran/examples/CMakeLists.txt +++ b/fortran/examples/CMakeLists.txt @@ -41,7 +41,7 @@ foreach (example ${examples}) ${HDF5_LIB_TARGET} ) target_include_directories (f90_ex_${example} PRIVATE - "${CMAKE_Fortran_MODULE_DIRECTORY}/static);${HDF5_SRC_DIR};${HDF5_BINARY_DIR};${HDF5_F90_BINARY_DIR};${HDF5_F90_BINARY_DIR}/static" + "${CMAKE_Fortran_MODULE_DIRECTORY}/static;${HDF5_SRC_DIR};${HDF5_BINARY_DIR};${HDF5_F90_BINARY_DIR};${HDF5_F90_BINARY_DIR}/static" ) set_target_properties (f90_ex_${example} PROPERTIES LINKER_LANGUAGE Fortran |