Fix travis build
This commit is contained in:
parent
25a3ab8a22
commit
8b7601f216
@ -4,6 +4,8 @@ INCLUDE(messmer/cmake/tools)
|
|||||||
ADD_BII_TARGETS()
|
ADD_BII_TARGETS()
|
||||||
|
|
||||||
ADD_BOOST(thread)
|
ADD_BOOST(thread)
|
||||||
|
# This is needed by boost thread
|
||||||
|
TARGET_LINK_LIBRARIES(${BII_BLOCK_TARGET} INTERFACE rt)
|
||||||
|
|
||||||
ACTIVATE_CPP14()
|
ACTIVATE_CPP14()
|
||||||
|
|
||||||
|
@ -18,6 +18,8 @@ class DataTree;
|
|||||||
namespace cachingdatatreestore {
|
namespace cachingdatatreestore {
|
||||||
class CachedDataTreeRef;
|
class CachedDataTreeRef;
|
||||||
|
|
||||||
|
//TODO Test CachingDataTreeStore
|
||||||
|
|
||||||
class CachingDataTreeStore {
|
class CachingDataTreeStore {
|
||||||
public:
|
public:
|
||||||
CachingDataTreeStore(std::unique_ptr<datatreestore::DataTreeStore> dataTreeStore);
|
CachingDataTreeStore(std::unique_ptr<datatreestore::DataTreeStore> dataTreeStore);
|
||||||
|
Loading…
Reference in New Issue
Block a user