summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-12 21:22:38 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-12 21:22:38 (GMT)
commitdf8026cc51c45c271b9ca439d6b5a13dccacd229 (patch)
treec1d51330a16b33d952154f5850238ba3db37c6fb /hl
parentfa416bde84a8c219fa570660bbf3ec8ab16320e7 (diff)
downloadhdf5-df8026cc51c45c271b9ca439d6b5a13dccacd229.zip
hdf5-df8026cc51c45c271b9ca439d6b5a13dccacd229.tar.gz
hdf5-df8026cc51c45c271b9ca439d6b5a13dccacd229.tar.bz2
[svn-r18780] Corrected typo of variable used by H5srcdir_str.h.in.
No test as it is actually not used in branch
Diffstat (limited to 'hl')
-rw-r--r--hl/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt
index 3369df8..8397417 100644
--- a/hl/test/CMakeLists.txt
+++ b/hl/test/CMakeLists.txt
@@ -12,7 +12,7 @@ PROJECT (HDF5_HL_TEST)
#-----------------------------------------------------------------------------
# Generate the H5srcdir_str.h file containing user settings needed by compilation
#-----------------------------------------------------------------------------
-SET (srdir ${CMAKE_CURRENT_SOURCE_DIR})
+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})