mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r22033] Remove unnecessary INCLUDE_DIR command
Tested: local linux and windows
This commit is contained in:
parent
5ee3764068
commit
3723a9591e
@ -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
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5COPY)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Add the h5copy and test executables
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5DIFF)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Add the h5diff executables
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5DUMP)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Add the h5dump executables
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5IMPORT)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Add the h5import executables
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5JAM)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Add the h5jam executables
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5LS)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Add the h5ls executable
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_MISC)
|
||||
# Setup include Directories
|
||||
#-----------------------------------------------------------------------------
|
||||
INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
|
||||
INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Add the misc executables
|
||||
|
Loading…
x
Reference in New Issue
Block a user