Skip to content
Snippets Groups Projects
Commit 2d9f6142 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

cleanup install script

parent 3858e0f7
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,6 @@ SET dir=c:\tmp\mongo-c-driver-1.15.2
set mypath=%cd%
cd /d %dir%
:: install libbson
cd src\libbson
cmake "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver" ^
"-DCMAKE_BUILD_TYPE=Release" ^
"-DCMAKE_C_FLAGS_RELEASE=/MT"
cmake --build . --config Release
cmake --build . --target install --config Release
:: install mongoc
cd %dir%
cmake "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver" ^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment