summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-12-28 21:03:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-12-28 21:03:17 (GMT)
commit27feb0357f455ff19e382b0a51cd1c3926d1156f (patch)
tree5383ab2f552cc4dc9424d8f8e403108a809a35c8 /hl/test
parentb00962ac8694b14b74382f77d1cf849b93383fb5 (diff)
downloadhdf5-27feb0357f455ff19e382b0a51cd1c3926d1156f.zip
hdf5-27feb0357f455ff19e382b0a51cd1c3926d1156f.tar.gz
hdf5-27feb0357f455ff19e382b0a51cd1c3926d1156f.tar.bz2
Fix h5test.h include issue
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt
index 42a175f..987c5bb 100644
--- a/hl/test/CMakeLists.txt
+++ b/hl/test/CMakeLists.txt
@@ -14,8 +14,8 @@ PROJECT (HDF5_HL_TEST)
set (srcdir ${CMAKE_CURRENT_SOURCE_DIR})
configure_file (${HDF5_HL_TEST_SOURCE_DIR}/H5srcdir_str.h.in H5srcdir_str.h @ONLY)
-INCLUDE_DIRECTORIES (${CMAKE_CURRENT_BINARY_DIR})
-INCLUDE_DIRECTORIES (${HDF5_TEST_SRC_DIR})
+include_directories (${CMAKE_CURRENT_BINARY_DIR})
+include_directories (${HDF5_TEST_SRC_DIR})
# --------------------------------------------------------------------
# Macro used to add a unit test