Commit 9d97bb7c authored by Victor Zverovich's avatar Victor Zverovich

Add Boost to include directories.

parent eca62c6f
...@@ -50,6 +50,7 @@ endif () ...@@ -50,6 +50,7 @@ endif ()
find_package(Boost) find_package(Boost)
if (Boost_FOUND) if (Boost_FOUND)
add_definitions(-DHAVE_BOOST) add_definitions(-DHAVE_BOOST)
include_directories(${Boost_INCLUDE_DIRS})
endif () endif ()
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/format-benchmark/tinyformat_test.cpp) if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/format-benchmark/tinyformat_test.cpp)
add_subdirectory(format-benchmark) add_subdirectory(format-benchmark)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment