diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-10 21:12:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-10 21:12:45 (GMT) |
commit | 86327226ccc417d02006433aa7abd59496497d09 (patch) | |
tree | ae7ee25d6299625374010e7c26557c14ced59223 /fortran/examples | |
parent | 8d8da5ba841096b5233d9d6c3ff58a7d4caa26ef (diff) | |
download | hdf5-86327226ccc417d02006433aa7abd59496497d09.zip hdf5-86327226ccc417d02006433aa7abd59496497d09.tar.gz hdf5-86327226ccc417d02006433aa7abd59496497d09.tar.bz2 |
[svn-r20079] Correct Fortran handling in CMake files
Tested: local: linux
Diffstat (limited to 'fortran/examples')
-rw-r--r-- | fortran/examples/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fortran/examples/CMakeLists.txt b/fortran/examples/CMakeLists.txt index c0ddf32..b1a9b90 100644 --- a/fortran/examples/CMakeLists.txt +++ b/fortran/examples/CMakeLists.txt @@ -9,11 +9,6 @@ PROJECT (HDF5_F90_EXAMPLES C CXX Fortran) # Setup include Directories #----------------------------------------------------------------------------- INCLUDE_DIRECTORIES (${CMAKE_Fortran_MODULE_DIRECTORY} ${HDF5_F90_BINARY_DIR} ${HDF5_F90_SRC_DIR}/src) -LINK_DIRECTORIES ( - ${CMAKE_Fortran_MODULE_DIRECTORY} - ${HDF5_F90_BINARY_DIR} - ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} -) #----------------------------------------------------------------------------- # Define Sources |