Salome HOME
Copyright update 2022
[tools/configuration.git] / cmake / FindTBB.cmake
index d94152d28d7798389d08968aa680c7cf8c27de04..7dea3fb8867bc49f03324b596e11f701ad61da15 100644 (file)
@@ -5,7 +5,7 @@
 #
 
 #########################################################################
-# Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
+# 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
@@ -70,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)
     {