Skip to content

Commit

Permalink
don't find_package boost unit_test_framework
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Jul 13, 2016
1 parent 00ca9ec commit 0fc946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ find_package(console_bridge 0.3 REQUIRED)
include_directories(SYSTEM ${console_bridge_INCLUDE_DIRS})
link_directories(${console_bridge_LIBRARY_DIRS})

find_package(Boost REQUIRED system thread unit_test_framework)
find_package(Boost REQUIRED system thread)
include_directories(${Boost_INCLUDE_DIR})
link_directories(${Boost_LIBRARY_DIRS})

Expand Down

0 comments on commit 0fc946f

Please sign in to comment.