]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
rnc : modified name of root directory in opencv detection macro
authorgdd <gdd>
Tue, 13 Sep 2011 15:46:24 +0000 (15:46 +0000)
committergdd <gdd>
Tue, 13 Sep 2011 15:46:24 +0000 (15:46 +0000)
adm_local/unix/config_files/check_OpenCV.m4

index 02b9e48617bd5458efcf7bc7e7d8e95c1eae800f..93cd5a6a1024c87973b818f9e369c023a8a0fb94 100644 (file)
@@ -46,8 +46,8 @@ if test "$with_opencv" != "no" ; then
   fi
 
   if test "$OPENCV_HOME" == "" ; then
-    if test "x$OPENCVHOME" != "x" ; then
-      OPENCV_HOME=$OPENCVHOME
+    if test "x$OPENCV_INSTALL_DIR" != "x" ; then
+      OPENCV_HOME=$OPENCV_INSTALL_DIR
     fi
   fi