Salome HOME
Updated copyright comment
[modules/gui.git] / tools / CurvePlot / src / cpp / test / CMakeLists.txt
index 50e6ef11a2aa8893f18e94fd13cec975fc40b7a5..75c42c83b7cb5fc6e16a7a0f946eceb7fc2e2270 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  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
@@ -31,7 +31,7 @@ ADD_DEFINITIONS(${PYTHON_DEFINITIONS} ${QT_DEFINITIONS})
 # libraries to link to
 SET(_link_LIBRARIES ${PYTHON_LIBRARIES} ${GUI_PyInterp} ${QT_LIBRARIES} CurvePlot)
 
-IF(TARGET PyInterp)
+IF(TARGET PyInterp AND WIN32)
   SET(_link_LIBRARIES ${_link_LIBRARIES} PyInterp)
 ENDIF()