Commit fa22c3c78351adfae20c777efc86850212561233

Authored by Josh Klontz
1 parent 51674264

minor doc tweak

Showing 1 changed file with 1 additions and 1 deletions
openbr/openbr_export.cpp
... ... @@ -180,7 +180,7 @@ $ br -help
180 180 * $ cmake -G "MinGW Makefiles" -DBUILD_opencv_java=OFF -DBUILD_opencv_world=ON -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Debug ..
181 181 * $ mingw32-make
182 182 * $ mingw32-make install
183   - * $ cmake -DCMAKE_BUILD_TYPE=Release
  183 + * $ cmake -DCMAKE_BUILD_TYPE=Release ..
184 184 * $ mingw32-make
185 185 * $ mingw32-make install
186 186 * $ mingw32-make clean
... ...