Salome HOME
Fix misprint: medcoupling is now a target from MEDCoupling but we need a target from MED
authorvsr <vsr@opencascade.com>
Wed, 27 Jan 2016 10:35:03 +0000 (13:35 +0300)
committervsr <vsr@opencascade.com>
Wed, 27 Jan 2016 10:35:03 +0000 (13:35 +0300)
SalomeCALCULATORConfig.cmake.in

index d6d29fbf6ac8345d96061d2bd5b4df9815d1b2dd..5ce1d6bdc9fbbaa485f6756aacb33281eb1a33ff 100644 (file)
@@ -106,7 +106,7 @@ SET(SALOME_INSTALL_DOC "@SALOME_INSTALL_DOC@")
 SET(SALOME_INSTALL_AMCONFIG_LOCAL "@SALOME_INSTALL_AMCONFIG_LOCAL@")
 
 # Include MED targets if they were not already loaded:
-IF(NOT (TARGET medcoupling)) 
+IF(NOT (TARGET medcalculator)) 
   INCLUDE("${MED_ROOT_DIR_EXP}/${SALOME_INSTALL_CMAKE}/SalomeMEDTargets.cmake")
 ENDIF()