Salome HOME
Copyright update 2022
[tools/configuration.git] / cmake / FindTBB.cmake
index 3e2266fcc344dac3ddfc3fe44628787301091771..7dea3fb8867bc49f03324b596e11f701ad61da15 100644 (file)
@@ -5,10 +5,7 @@
 #
 
 #########################################################################
-# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
-#
-# Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -73,7 +70,7 @@ IF(_tbb_libraries)
   SET(CMAKE_REQUIRED_LIBRARIES "${_tbb_libraries}")
 
   CHECK_CXX_SOURCE_COMPILES("
-    #include <tbb/tbb.h>
+    #include <tbb/parallel_for.h>
     using namespace tbb;
     size_t testme(size_t n)
     {