]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
MEDCoupling_VERSION is now ok
authorBernard Sécherà <bernard.secher@cea.fr>
Fri, 16 Oct 2020 13:17:24 +0000 (15:17 +0200)
committerBernard Sécherà <bernard.secher@cea.fr>
Fri, 16 Oct 2020 13:17:24 +0000 (15:17 +0200)
CMakeLists.txt

index 84dd80c95dc2bc506d45dfc5759ff67da2c4f78a..9fb3c8ccb808260995e79f139ef5c76b014e9b50 100644 (file)
@@ -296,8 +296,6 @@ if( MEDCOUPLING_ROOT_DIR OR DEFINED ENV{MEDCOUPLING_ROOT_DIR})
     message (STATUS "MEDCoupling library found in ${MEDCOUPLING_ROOT_DIR}")
   endif( NOT EXISTS ${MEDCOUPLING_ROOT_DIR}/lib/libmedloader.so OR NOT EXISTS ${MEDCOUPLING_ROOT_DIR}/lib/libmedcoupling.so OR NOT EXISTS ${MEDCOUPLING_ROOT_DIR}/include/MEDCoupling.hxx)
 
-  #the find package(MEDCoupling) generates an error
-  set(MEDCoupling_VERSION 9.6.0)#We force the version to 9.6 until we solve the problem of find_package(MEDCoupling)
   add_library(medloader   SHARED IMPORTED )
   set_property(TARGET medloader   PROPERTY IMPORTED_LOCATION ${MEDCOUPLING_ROOT_DIR}/lib/libmedloader.so)
   add_library(interpkernel   SHARED IMPORTED )