From: Bernard Sécherà Date: Fri, 16 Oct 2020 13:17:24 +0000 (+0200) Subject: MEDCoupling_VERSION is now ok X-Git-Tag: V9_6_0~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=996f1077afc4864091bed476a9580c224f1178ca;p=tools%2Fsolverlab.git MEDCoupling_VERSION is now ok --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 84dd80c..9fb3c8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )