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 /c++ | |
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 'c++')
-rw-r--r-- | c++/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/CMakeLists.txt b/c++/test/CMakeLists.txt index e48d4ab..ac72772 100644 --- a/c++/test/CMakeLists.txt +++ b/c++/test/CMakeLists.txt @@ -30,7 +30,7 @@ SET (CPP_TEST_SRCS #----------------------------------------------------------------------------- # 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_CPP_TEST_SOURCE_DIR}/H5srcdir_str.h.in H5srcdir_str.h @ONLY) INCLUDE_DIRECTORIES (${CMAKE_CURRENT_BINARY_DIR}) |