Skip to content

Commit

Permalink
Add missing prefix to parallel_runner target
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers authored and krzysztof-jusiak committed Apr 9, 2020
1 parent 10362cd commit 7f4a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (DEFINED ENV{TBB_ROOT})
include(${TBB_ROOT}/cmake/TBBBuild.cmake)
tbb_build(TBB_ROOT ${TBB_ROOT} CONFIG_DIR TBB_DIR MAKE_ARGS stdver="c++17")
find_package(TBB)
target_link_libraries(parallel_runner ${TBB_IMPORTED_TARGETS})
target_link_libraries(boost_ut_parallel_runner ${TBB_IMPORTED_TARGETS})
endif()

example(cfg/reporter reporter)
Expand Down

0 comments on commit 7f4a91e

Please sign in to comment.