]> SALOME platform Git repositories - modules/gui.git/blobdiff - tools/PyInterp/src/CMakeLists.txt
Salome HOME
Include SalomeMacros.cmake with NO_POLICY_SCOPE to apply policies
[modules/gui.git] / tools / PyInterp / src / CMakeLists.txt
index 523c8b13b2b7389e55494e284a1a29fbf28bc84f..cbfb14085d921eea41d77f6c6d4746057f6c81c3 100644 (file)
@@ -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})