Salome HOME
Fix for issue [CEA]: FIELDS: Wrong behaviour of "Displayed component" gui control
[modules/med.git] / CMakeLists.txt
index 8a06e6be9184edb55d01084901abd6e09e677f31..9a78206b35783d73b9f8f547e57f135dbac45336 100644 (file)
@@ -86,10 +86,6 @@ ELSE(EXISTS ${MEDCOUPLING_ROOT_DIR})
   MESSAGE(FATAL_ERROR "We absolutely need the MEDCoupling tool, please define MEDCOUPLING_ROOT_DIR !")
 ENDIF(EXISTS ${MEDCOUPLING_ROOT_DIR})
 
-IF(MEDCOUPLING_USE_64BIT_IDS)
-  ADD_DEFINITIONS("-DMEDCOUPLING_USE_64BIT_IDS")
-ENDIF(MEDCOUPLING_USE_64BIT_IDS)
-
 #
 # Set list of prerequisites
 # =========================