Salome HOME
Adapting to latest CMake modifications in
[modules/med.git] / src / MEDCalculator / Swig / CMakeLists.txt
index 4fb862f2019f8f9546e69280912cb3e56b68c0ba..09ecc549a3d166213399a2b819b8a505da9c4d67 100644 (file)
@@ -38,7 +38,7 @@ SET(medcalculatorspython_SOURCES
   )
 
 ADD_LIBRARY(medcalculatorspython SHARED ${medcalculatorspython_SOURCES})
-TARGET_LINK_LIBRARIES(medcalculatorspython ${INTERPKERNEL_LIBRARY} ${PYTHON_LIBRARIES})
+TARGET_LINK_LIBRARIES(medcalculatorspython ${MEDCoupling_interpkernel} ${PYTHON_LIBRARIES})
 INSTALL(TARGETS medcalculatorspython DESTINATION ${SALOME_INSTALL_LIBS})
 
 SET_SOURCE_FILES_PROPERTIES(MEDCalculator.i PROPERTIES CPLUSPLUS ON)