]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Revert "CMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after"
authorabn <adrien.bruneton@cea.fr>
Wed, 16 Apr 2014 07:38:43 +0000 (09:38 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 16 Apr 2014 07:38:43 +0000 (09:38 +0200)
This reverts commit f6f9c5 - the behavior is faulty with command line override
and doesn't work properly with special cases like OMNIORBPY

salome_adm/cmake_files/SalomeMacros.cmake

index 2c892693e2e21f28b4f14f2246bb0ad03171a3b2..8c85651f31fd1ada802d8544d171b3ad5eb9f237 100644 (file)
@@ -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)