File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/tutorials/introduction/windows_install Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
cd ..
68
68
fi
69
69
RepoSource=opencv
70
- cd Build/$RepoSource
70
+ pushd Build/$RepoSource
71
71
CMAKE_OPTIONS='-DBUILD_PERF_TESTS: BOOL =OFF -DBUILD_TESTS: BOOL =OFF -DBUILD_DOCS: BOOL =OFF -DWITH_CUDA: BOOL =OFF -DBUILD_EXAMPLES: BOOL =OFF -DINSTALL_CREATE_DISTRIB=ON'
72
72
cmake -G"$CMAKE_CONFIG_GENERATOR" $CMAKE_OPTIONS -DOPENCV_EXTRA_MODULES_PATH="$myRepo"/opencv_contrib/modules -DCMAKE_INSTALL_PREFIX="$myRepo"/install/"$RepoSource" "$myRepo/$RepoSource"
73
73
echo "************************* $Source_DIR -->debug"
@@ -76,7 +76,7 @@ echo "************************* $Source_DIR -->release"
76
76
cmake --build . --config release
77
77
cmake --build . --target install --config release
78
78
cmake --build . --target install --config debug
79
- cd ..
79
+ popd
80
80
@endcode
81
81
In this script I suppose you use VS 2015 in 64 bits
82
82
@code {.bash}
You can’t perform that action at this time.
0 commit comments