Add include of CGAL_taret_use_TBB in the end of the new FindTBB

This commit is contained in:
Maxime Gimeno 2019-07-19 09:34:12 +02:00
parent 7f604308d0
commit 82567685ad
1 changed files with 3 additions and 0 deletions

View File

@ -419,3 +419,6 @@ if(NOT TBB_VERSION)
TBB_COMPATIBLE_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}")
endif()
set(TBB_USE_FILE "UseTBB")
include(${CMAKE_CURRENT_LIST_DIR}/CGAL_target_use_TBB.cmake)