Salome HOME
updated copyright message
[modules/gui.git] / tools / PyInterp / src / CMakeLists.txt
index a7258cb815f32384601373bed563dda72afe2810..ffc06e744d1d1b5e506119b32888be2cf93df3bb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2023  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
@@ -73,6 +73,6 @@ SET(PyInterp_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
 
 ADD_LIBRARY(PyInterp ${PyInterp_SOURCES})
 TARGET_LINK_LIBRARIES(PyInterp ${_link_LIBRARIES})
-INSTALL(TARGETS PyInterp EXPORT ${TOOLS_EXPORT_NAME}TargetGroup DESTINATION ${PYINTERP_INSTALL_LIBS})
+INSTALL(TARGETS PyInterp EXPORT ${PYINTERP_EXPORT_NAME}TargetGroup DESTINATION ${PYINTERP_INSTALL_LIBS})
 
 INSTALL(FILES ${PyInterp_HEADERS} DESTINATION ${PYINTERP_INSTALL_HEADERS})