Fix travis build

This commit is contained in:
Sebastian Messmer 2015-04-09 18:45:25 +02:00
parent 25a3ab8a22
commit 8b7601f216
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ INCLUDE(messmer/cmake/tools)
ADD_BII_TARGETS()
ADD_BOOST(thread)
# This is needed by boost thread
TARGET_LINK_LIBRARIES(${BII_BLOCK_TARGET} INTERFACE rt)
ACTIVATE_CPP14()

View File

@ -18,6 +18,8 @@ class DataTree;
namespace cachingdatatreestore {
class CachedDataTreeRef;
//TODO Test CachingDataTreeStore
class CachingDataTreeStore {
public:
CachingDataTreeStore(std::unique_ptr<datatreestore::DataTreeStore> dataTreeStore);