mirror of https://github.com/CGAL/cgal
Always add benchmark definitions
This commit is contained in:
parent
9196bad565
commit
fe43c7f09c
|
|
@ -12,8 +12,9 @@ find_package(TBB)
|
|||
include(CGAL_TBB_support)
|
||||
if(TARGET CGAL::TBB_support)
|
||||
target_link_libraries(benchmark PUBLIC CGAL::TBB_support)
|
||||
target_compile_definitions(benchmark PUBLIC ${SCENARIO})
|
||||
target_compile_definitions(benchmark PUBLIC ${KERNEL})
|
||||
target_compile_definitions(benchmark PUBLIC ${ALGO})
|
||||
target_compile_definitions(benchmark PUBLIC ${TAG})
|
||||
endif()
|
||||
|
||||
target_compile_definitions(benchmark PUBLIC ${SCENARIO})
|
||||
target_compile_definitions(benchmark PUBLIC ${KERNEL})
|
||||
target_compile_definitions(benchmark PUBLIC ${ALGO})
|
||||
target_compile_definitions(benchmark PUBLIC ${TAG})
|
||||
|
|
|
|||
Loading…
Reference in New Issue