diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-07 14:39:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-07 14:39:38 (GMT) |
commit | 3723a9591e04fe67c2ef36379905869b7f8a39bc (patch) | |
tree | 8ac32d904597cd5dfa93146978f69278527fa2f4 /tools/h5stat/CMakeLists.txt | |
parent | 5ee3764068f93cab6ab9518a8b0ff64ee5d62178 (diff) | |
download | hdf5-3723a9591e04fe67c2ef36379905869b7f8a39bc.zip hdf5-3723a9591e04fe67c2ef36379905869b7f8a39bc.tar.gz hdf5-3723a9591e04fe67c2ef36379905869b7f8a39bc.tar.bz2 |
[svn-r22033] Remove unnecessary INCLUDE_DIR command
Tested: local linux and windows
Diffstat (limited to 'tools/h5stat/CMakeLists.txt')
-rw-r--r-- | tools/h5stat/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5stat/CMakeLists.txt b/tools/h5stat/CMakeLists.txt index b0984a6..8c621c9 100644 --- a/tools/h5stat/CMakeLists.txt +++ b/tools/h5stat/CMakeLists.txt @@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5STAT) # Setup include Directories #----------------------------------------------------------------------------- INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib) -INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test) # -------------------------------------------------------------------- # Add the h5stat executables |