Salome HOME
Updated copyright comment
[modules/yacs.git] / Demo / CMakeLists.txt
index abce129eee3d886b48424fe352de2bfc2bd22020..1197ffd085f6a866d6a0b49b9b6d746f4532fb0a 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-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
 # 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
@@ -27,10 +27,6 @@ INCLUDE_DIRECTORIES(
   ${CMAKE_CURRENT_BINARY_DIR}
   )
 
-IF(WIN32)
-  ADD_DEFINITIONS(-DNOGDI)
-ENDIF(WIN32)
-
 SET(echo_IDLSOURCES
   echo.idl
 )
@@ -46,7 +42,6 @@ SET(IDL_LINK_FLAGS
 
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
-  -DYACS_PTHREAD
   ${OMNIORB_DEFINITIONS}
   )