Fix travis build
This commit is contained in:
parent
25a3ab8a22
commit
8b7601f216
@ -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()
|
||||
|
||||
|
@ -18,6 +18,8 @@ class DataTree;
|
||||
namespace cachingdatatreestore {
|
||||
class CachedDataTreeRef;
|
||||
|
||||
//TODO Test CachingDataTreeStore
|
||||
|
||||
class CachingDataTreeStore {
|
||||
public:
|
||||
CachingDataTreeStore(std::unique_ptr<datatreestore::DataTreeStore> dataTreeStore);
|
||||
|
Loading…
x
Reference in New Issue
Block a user