Skip to content

Commit

Permalink
Link with boost date_time
Browse files Browse the repository at this point in the history
  • Loading branch information
anokl committed Dec 11, 2017
1 parent 480b82b commit a4987b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Disruptor.PerfTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(Disruptor.PerfTests)
cmake_minimum_required(VERSION 2.6)


find_package(Boost COMPONENTS system thread)
find_package(Boost COMPONENTS system thread date_time)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
Expand Down

0 comments on commit a4987b1

Please sign in to comment.