mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 18:20: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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user