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 | eb342c306d556dc5d58c2d90d76e96345dc5cb1c (patch) | |
| tree | 630e595c95000d0e216d9b79ca55a416b20078aa /qpid/cpp/src/linearstore.cmake | |
| parent | 8f4c7e637f1baa622289ee36e0bda3792b0ee17d (diff) | |
| download | qpid-python-eb342c306d556dc5d58c2d90d76e96345dc5cb1c.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@1545563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/linearstore.cmake')
| -rw-r--r-- | qpid/cpp/src/linearstore.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/linearstore.cmake b/qpid/cpp/src/linearstore.cmake index 2930ef9531..8568cdbb77 100644 --- a/qpid/cpp/src/linearstore.cmake +++ b/qpid/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 |
