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/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/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index fad517c..6cdfcac 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS) # Setup include Directories #----------------------------------------------------------------------------- INCLUDE_DIRECTORIES (${HDF5_TOOLS_SOURCE_DIR}/lib) -INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test) # -------------------------------------------------------------------- # If testing was NOT enabled, then we need to build the tools library |