Salome HOME
Updated copyright comment
[modules/homard.git] / src / FrontTrack / CMakeLists.txt
index ea2ca2c09f0e00db73f0367dc526ca03fae142c6..24f77e4a12f4756e840cec7f0f4cba90d5e3a6dd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,6 @@
 # additional include directories
 INCLUDE_DIRECTORIES(
   ${OpenCASCADE_INCLUDE_DIR}
-  ${Boost_INCLUDE_DIRS}
   ${GEOM_INCLUDE_DIRS}
   ${MEDFILE_INCLUDE_DIRS}
   ${MEDCOUPLING_INCLUDE_DIRS}
@@ -31,7 +30,6 @@ INCLUDE_DIRECTORIES(
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
   ${OpenCASCADE_DEFINITIONS}
-  ${BOOST_DEFINITIONS}
 )
 
 IF(FRONTTRACK_USE_TBB)
@@ -46,7 +44,6 @@ SET(_link_LIBRARIES
   ${GEOM_XAO}
   ${MEDCoupling_medloader}
   ${TBB_LIBS}
-  ${Boost_LIBRARIES}
 )
 
 # --- headers ---