From: rnv Date: Thu, 23 Jan 2020 14:59:29 +0000 (+0300) Subject: Remove wrong information, MEDCOUPLING_USE_64BIT_IDS CMake option is fully functional... X-Git-Tag: V9_5_0a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ae3ab156b36339cfb4d86ea62cdadf3246661d8;p=tools%2Fmedcoupling.git Remove wrong information, MEDCOUPLING_USE_64BIT_IDS CMake option is fully functional now. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a56360e2..8ed51d6e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ OPTION(MEDCOUPLING_USE_MPI "(Use MPI containers) - For MED this triggers the bui OPTION(MEDCOUPLING_BUILD_TESTS "Build MED tests." ON) OPTION(MEDCOUPLING_BUILD_DOC "Build MED doc." ON) OPTION(MEDCOUPLING_BUILD_STATIC "Build MEDCoupling library in static mode." OFF) -OPTION(MEDCOUPLING_USE_64BIT_IDS "Size of IDs to refer cells and nodes. 32 bits when OFF (default), 64 bits when ON. Not implemented yet for 64 bits." OFF) +OPTION(MEDCOUPLING_USE_64BIT_IDS "Size of IDs to refer cells and nodes. 32 bits when OFF (default), 64 bits when ON." OFF) IF(${MEDCOUPLING_USE_MPI}) SET(USE_METIS_NOT_PARMETIS OFF) ELSE()