Skip to content
Snippets Groups Projects
Commit 6749c67c authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

explicitly use ATHENA_PREFIX

parent 215e2ad1
No related branches found
No related tags found
No related merge requests found
Pipeline #10164 passed
...@@ -16,7 +16,7 @@ cd part2 ...@@ -16,7 +16,7 @@ cd part2
### Compile the detector library ### Compile the detector library
```bash ```bash
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=../local/ -DCMAKE_CXX_STANDARD=17 cmake -B build -S . -DCMAKE_INSTALL_PREFIX=$ATHENA_PREFIX -DCMAKE_CXX_STANDARD=17
cmake --build build -j4 -- install cmake --build build -j4 -- install
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment