Skip to content
Snippets Groups Projects
Commit 3fe37821 authored by Fabian Reister's avatar Fabian Reister
Browse files

install_mongocxx: removing "make" commands. if ninja is the default build...

install_mongocxx: removing "make" commands. if ninja is the default build system, this script failed
parent 834fbae7
No related branches found
No related tags found
No related merge requests found
......@@ -141,9 +141,8 @@ cd build
cmake ..
cmake .. -DBSON_LIBRARY="/usr/lib/x86_64-linux-gnu/libbson-1.0.so" -DMONGOC_LIBRARY="/usr/lib/x86_64-linux-gnu/libmongoc-1.0.so" -DCMAKE_INSTALL_PREFIX="$installDir"
# install to $extractDir/build/install
make -j`nproc`
make install
cmake --build . -- -j`nproc`
cmake --build . --target install
# Finally, tell RobotAPI where to find mongocxx
echo "$HIGHLIGHT
......
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