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/lib | |
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/lib')
-rw-r--r-- | tools/lib/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index a75596d..837a14e 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -4,8 +4,6 @@ PROJECT (HDF5_TOOLS_LIB) #----------------------------------------------------------------------------- # Define Sources #----------------------------------------------------------------------------- -#INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib) -#INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test) SET (H5_TOOLS_LIB_SRCS ${HDF5_TOOLS_LIB_SOURCE_DIR}/h5diff.c |