mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-14 10:40:35 +05:00
rnc : modified name of root directory in opencv detection macro
This commit is contained in:
parent
6b2b54b76d
commit
628f190912
@ -46,8 +46,8 @@ if test "$with_opencv" != "no" ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$OPENCV_HOME" == "" ; then
|
if test "$OPENCV_HOME" == "" ; then
|
||||||
if test "x$OPENCVHOME" != "x" ; then
|
if test "x$OPENCV_INSTALL_DIR" != "x" ; then
|
||||||
OPENCV_HOME=$OPENCVHOME
|
OPENCV_HOME=$OPENCV_INSTALL_DIR
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user