Salome HOME
Copyright update 2022
[tools/configuration.git] / cmake / FindSalomeBoost.cmake
index 453b682da64479c2d5d8e61272c95ff4ad53b673..c80f02dc2cd762c2aa4c306d02c295ab7087bb81 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-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
@@ -27,7 +27,7 @@ SET(Boost_USE_STATIC_LIBS        OFF)
 SET(Boost_USE_MULTITHREADED      ON)
 SET(Boost_USE_STATIC_RUNTIME     OFF)
 SET(Boost_NO_BOOST_CMAKE         ON)
-SET(SalomeBoost_COMPONENTS       filesystem regex system thread date_time chrono serialization python)
+SET(SalomeBoost_COMPONENTS       filesystem regex system thread date_time chrono serialization)
 SET(SalomeBoost_FIND_COMPONENTS ${SalomeBoost_COMPONENTS})
 
 IF(WIN32)