From: abn Date: Wed, 16 Apr 2014 07:38:43 +0000 (+0200) Subject: Revert "CMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after" X-Git-Tag: V7_4_0rc1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aac5efd225470c73e84f8ca356a66a57378ca001;p=modules%2Fkernel.git Revert "CMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after" This reverts commit f6f9c5 - the behavior is faulty with command line override and doesn't work properly with special cases like OMNIORBPY --- diff --git a/salome_adm/cmake_files/SalomeMacros.cmake b/salome_adm/cmake_files/SalomeMacros.cmake index 2c892693e..8c85651f3 100644 --- a/salome_adm/cmake_files/SalomeMacros.cmake +++ b/salome_adm/cmake_files/SalomeMacros.cmake @@ -465,8 +465,8 @@ MACRO(SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS pkg referenceVariable upCount) ELSE() SET(_var_already_there FALSE) ENDIF() - # Make cache entry, giving precedence to the env variable - SET(${pkg_UC}_ROOT_DIR "${_dflt_value}" CACHE PATH "Path to ${pkg_UC} directory" FORCE) + # Make cache entry + SET(${pkg_UC}_ROOT_DIR "${_dflt_value}" CACHE PATH "Path to ${pkg_UC} directory") ## ## 2. Find package - try CONFIG mode first (i.e. looking for XYZ-config.cmake)