diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-22 15:14:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-22 15:14:11 (GMT) |
commit | a7c2d480f3ec726f26a8681f18ed509b0f67b840 (patch) | |
tree | c18c4420493cada487f2d3d8a8400a8be7cfda0d /hl | |
parent | 7b200f89735e0a10fcee1b890a3adb672647b214 (diff) | |
download | hdf5-a7c2d480f3ec726f26a8681f18ed509b0f67b840.zip hdf5-a7c2d480f3ec726f26a8681f18ed509b0f67b840.tar.gz hdf5-a7c2d480f3ec726f26a8681f18ed509b0f67b840.tar.bz2 |
[svn-r20143] Correct misplaced bracket
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/src/CMakeLists.txt b/hl/fortran/src/CMakeLists.txt index 763a315..e55fcd4 100644 --- a/hl/fortran/src/CMakeLists.txt +++ b/hl/fortran/src/CMakeLists.txt @@ -7,8 +7,8 @@ PROJECT(HDF5_HL_F90_SRC C CXX Fortran) INCLUDE_DIRECTORIES ( ${HDF5_HL_SRC_DIR}/src ${HDF5_F90_SRC_DIR}/src - ${HDF5_F90_BINARY_DIR - ${CMAKE_Fortran_MODULE_DIRECTORY}} + ${HDF5_F90_BINARY_DIR} + ${CMAKE_Fortran_MODULE_DIRECTORY} ) #----------------------------------------------------------------------------- |