From: rnv Date: Fri, 14 Feb 2020 14:25:45 +0000 (+0300) Subject: Fix small bug in MEDFile detection procedure. X-Git-Tag: V9_5_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=870c28090aacbab329116e2a39ee8146e2c394fc;p=tools%2Fconfiguration.git Fix small bug in MEDFile detection procedure. --- diff --git a/cmake/FindSalomeMEDFile.cmake b/cmake/FindSalomeMEDFile.cmake index b3e50f7..b1eb442 100644 --- a/cmake/FindSalomeMEDFile.cmake +++ b/cmake/FindSalomeMEDFile.cmake @@ -27,7 +27,7 @@ SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(MEDFile MEDFILE_INCLUDE_DIRS 1) #MARK_AS_ADVANCED() -IF(MEDFILE_FOUND) +IF(MEDFile_FOUND) SALOME_ACCUMULATE_HEADERS(MEDFILE_INCLUDE_DIRS) SALOME_ACCUMULATE_ENVIRONMENT(LD_LIBRARY_PATH ${MEDFILE_LIBRARIES}) ENDIF() \ No newline at end of file