mirror of https://github.com/CGAL/cgal
Add include of CGAL_taret_use_TBB in the end of the new FindTBB
This commit is contained in:
parent
7f604308d0
commit
82567685ad
|
|
@ -419,3 +419,6 @@ if(NOT TBB_VERSION)
|
||||||
TBB_COMPATIBLE_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}")
|
TBB_COMPATIBLE_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}")
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(TBB_USE_FILE "UseTBB")
|
||||||
|
include(${CMAKE_CURRENT_LIST_DIR}/CGAL_target_use_TBB.cmake)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue