From: Maintenance team (INV) Date: Mon, 25 Jan 2016 18:33:12 +0000 (+0300) Subject: Synchronize adm files X-Git-Tag: V7_8_0a2~34^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=768d6fd33758dab7a60e57f65824ffa84a77a080;p=tools%2Fmedcoupling.git Synchronize adm files --- diff --git a/cmake_files/SalomeMacros.cmake b/cmake_files/SalomeMacros.cmake index 1d05bc0b6..25a22bdf7 100644 --- a/cmake_files/SalomeMacros.cmake +++ b/cmake_files/SalomeMacros.cmake @@ -503,7 +503,7 @@ MACRO(SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS pkg referenceVariable upCount) # Override the variable - don't append to it, as it would give precedence # to what was stored there before! - IF(DEFINED ENV{${pkg_UC}_ROOT_DIR}) + IF(DEFINED ${pkg_UC}_ROOT_DIR) SET(CMAKE_PREFIX_PATH "${${pkg_UC}_ROOT_DIR}") ENDIF()