diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2013-11-26 08:13:30 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2013-11-26 08:13:30 +0000 |
| commit | bdbd978b38cec8f5d336d24d6370bec40704d53f (patch) | |
| tree | 92b99c7346b7074a38689a6fd31fb413e2e8b1ee /cpp/src/linearstore.cmake | |
| parent | 7e01aebde53c3bdb29492e6eb056d7249aa8c611 (diff) | |
| download | qpid-python-bdbd978b38cec8f5d336d24d6370bec40704d53f.tar.gz | |
QPID-5357 "Linearstore: Empty file recycling not functional": Fix which implements the empty file check for trailing empty files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1545563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/linearstore.cmake')
| -rw-r--r-- | cpp/src/linearstore.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/linearstore.cmake b/cpp/src/linearstore.cmake index 2930ef9531..8568cdbb77 100644 --- a/cpp/src/linearstore.cmake +++ b/cpp/src/linearstore.cmake @@ -147,10 +147,10 @@ if (BUILD_LINEARSTORE) ) if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/db-inc.h) - message(STATUS "Including BDB from ${DB_INCLUDE_DIR}/db_cxx.h") + message(STATUS "Including BDB from ${DB_CXX_INCLUDE_DIR}/db_cxx.h") file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/db-inc.h - "#include <${DB_INCLUDE_DIR}/db_cxx.h>\n") + "#include <${DB_CXX_INCLUDE_DIR}/db_cxx.h>\n") endif() add_library (linearstoreutils SHARED |
