diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-12 21:22:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-12 21:22:38 (GMT) |
commit | df8026cc51c45c271b9ca439d6b5a13dccacd229 (patch) | |
tree | c1d51330a16b33d952154f5850238ba3db37c6fb /hl | |
parent | fa416bde84a8c219fa570660bbf3ec8ab16320e7 (diff) | |
download | hdf5-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.txt | 2 |
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}) |