summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/JAVA/H5D/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-09 17:15:46 (GMT)
committerGitHub <noreply@github.com>2024-01-09 17:15:46 (GMT)
commitc3180334e0af1150812f903dd5df34d392259072 (patch)
treec7126e26a29de16f88a2f5cc62f95daac2cf391e /HDF5Examples/JAVA/H5D/CMakeLists.txt
parentc0d6d9bb220bf995a268367cca88dc4febbacf99 (diff)
downloadhdf5-c3180334e0af1150812f903dd5df34d392259072.zip
hdf5-c3180334e0af1150812f903dd5df34d392259072.tar.gz
hdf5-c3180334e0af1150812f903dd5df34d392259072.tar.bz2
CMake compression and directory includes from develop (#3933)
* Merge CMake dir props and compression changes from develop * Remove unused include
Diffstat (limited to 'HDF5Examples/JAVA/H5D/CMakeLists.txt')
-rw-r--r--HDF5Examples/JAVA/H5D/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/HDF5Examples/JAVA/H5D/CMakeLists.txt b/HDF5Examples/JAVA/H5D/CMakeLists.txt
index 017830b..d5b3b85 100644
--- a/HDF5Examples/JAVA/H5D/CMakeLists.txt
+++ b/HDF5Examples/JAVA/H5D/CMakeLists.txt
@@ -3,11 +3,6 @@ project (HDF5Examples_JAVA_H5D Java)
set (CMAKE_VERBOSE_MAKEFILE 1)
-set_directory_properties(PROPERTIES
- INCLUDE_DIRECTORIES
- "${HDFJAVA_LIB_DIR};${JAVA_INCLUDE_PATH};${JAVA_INCLUDE_PATH2}"
-)
-
#-----------------------------------------------------------------------------
# Define Sources
#-----------------------------------------------------------------------------