Fix dependencies for travis

This commit is contained in:
Sebastian Meßmer 2015-04-18 17:28:01 +02:00
parent 342d956739
commit ef7097a299

View File

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