Salome HOME
Updated copyright comment
[samples/sierpinsky.git] / src / Sierpinsky / CMakeLists.txt
index 40f1788a6fa8a757c4a8504750a892cb1de2657a..c66854d81f0f28f87d66b3c5e9eaacf9d2e1c5f2 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2024  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33,6 +33,7 @@ INCLUDE_DIRECTORIES(
 ADD_DEFINITIONS(
   ${BOOST_DEFINITIONS}
   ${HDF5_DEFINITIONS}
+  ${OMNIORB_DEFINITIONS}
 )
 
 # libraries to link to
@@ -48,9 +49,12 @@ SET(_link_LIBRARIES
   ${SMESH_MEDWrapper}
   ${CORBA_LIBS}
   SalomeIDLSIERPINSKY
-  gd
 )
 
+IF(SALOME_SIERPINSKY_USE_LIBGD)
+  LIST(APPEND _link_LIBRARIES gd)
+ENDIF(SALOME_SIERPINSKY_USE_LIBGD)
+
 # --- headers ---
 
 # header files / no moc processing