summaryrefslogtreecommitdiffstats
path: root/java/examples
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-02 20:12:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-02 20:12:21 (GMT)
commit785b4ad2d41a1976c9e68b95dc72ea2f0d82342f (patch)
treec6b9b50a5338c6c0cfad2e64944caf61b59fae1a /java/examples
parent45aabcc9513c3d09f15293ed37ed92763910cb0d (diff)
parentad89b8325555ffd7ea27baef61c506a81dc80a96 (diff)
downloadhdf5-785b4ad2d41a1976c9e68b95dc72ea2f0d82342f.zip
hdf5-785b4ad2d41a1976c9e68b95dc72ea2f0d82342f.tar.gz
hdf5-785b4ad2d41a1976c9e68b95dc72ea2f0d82342f.tar.bz2
Merge pull request #885 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'ad89b8325555ffd7ea27baef61c506a81dc80a96': Add note for HDFFV-10398 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)