summaryrefslogtreecommitdiffstats
path: root/java/examples
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-30 22:30:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-30 22:30:17 (GMT)
commit16e649fa0deddf415bbfd900e868092e384db8a0 (patch)
treeff4e0d85066faa94d0492a1ff2051b2a0215366c /java/examples
parentedb6fd0cf9170b0cd10ca47a858912022ac44c34 (diff)
downloadhdf5-16e649fa0deddf415bbfd900e868092e384db8a0.zip
hdf5-16e649fa0deddf415bbfd900e868092e384db8a0.tar.gz
hdf5-16e649fa0deddf415bbfd900e868092e384db8a0.tar.bz2
HDFFV-10398 merge from develop improve CMake code
Diffstat (limited to 'java/examples')
-rw-r--r--java/examples/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/examples/CMakeLists.txt b/java/examples/CMakeLists.txt
index a1a7483..3073918 100644
--- a/java/examples/CMakeLists.txt
+++ b/java/examples/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.2.2)
PROJECT (HDFJAVA_EXAMPLES)
-add_subdirectory (${HDFJAVA_EXAMPLES_SOURCE_DIR}/datasets datasets)
-add_subdirectory (${HDFJAVA_EXAMPLES_SOURCE_DIR}/datatypes datatypes)
-add_subdirectory (${HDFJAVA_EXAMPLES_SOURCE_DIR}/groups groups)
-add_subdirectory (${HDFJAVA_EXAMPLES_SOURCE_DIR}/intro intro)
+add_subdirectory (datasets)
+add_subdirectory (datatypes)
+add_subdirectory (groups)
+add_subdirectory (intro)