Skip to content
Snippets Groups Projects
Verified Commit 87d1d0d2 authored by Martin Stump's avatar Martin Stump
Browse files

Revise CMake build instructions for v3.16


* Add optional Yase_USE_SYSTEM_GTEST
* Use CMAKE_INSTALL_PREFIX

Signed-off-by: default avatarMartin Stump <martin.stump@mercedes-benz.com>
parent 179192ea
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ Once the container started, it is possible to build the available packages and r
Via CMake:
``` shell
cmake -B build [--install-prefix=<path/to/prefix>]
cmake -B build [-DCMAKE_INSTALL_PREFIX=<path/to/prefix>] [-DYase_USE_SYSTEM_GTEST=ON]
cmake --build build [--target test]
cmake --install build
```
......
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