summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-02-10 21:25:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-02-10 21:25:50 (GMT)
commitc371688afed79d8c6b886ecf8a8cbbc72b64ee92 (patch)
tree6a53e05fa6ab5c9a58687ec60d0a002f014289db /fortran/testpar/CMakeLists.txt
parent86327226ccc417d02006433aa7abd59496497d09 (diff)
downloadhdf5-c371688afed79d8c6b886ecf8a8cbbc72b64ee92.zip
hdf5-c371688afed79d8c6b886ecf8a8cbbc72b64ee92.tar.gz
hdf5-c371688afed79d8c6b886ecf8a8cbbc72b64ee92.tar.bz2
[svn-r20080] Remove obsolete lines (commented) after correcting Fortran handling in CMake files
Tested: local: linux
Diffstat (limited to 'fortran/testpar/CMakeLists.txt')
-rw-r--r--fortran/testpar/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/fortran/testpar/CMakeLists.txt b/fortran/testpar/CMakeLists.txt
index c0ab1f9..c94640a 100644
--- a/fortran/testpar/CMakeLists.txt
+++ b/fortran/testpar/CMakeLists.txt
@@ -5,11 +5,6 @@ PROJECT (HDF5_FORTRAN_TESTPAR 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}
-#)
#-----------------------------------------------------------------------------
# Add Tests