Skip to content

Commit

Permalink
Fix find_package dir in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth authored Sep 6, 2024
1 parent 2482dff commit 9c99272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ On Windows, in order to manage the HDILib dependency [flann](https://github.com/
Tested with Ubuntu 22.10, gcc 12.2.0:
```bash
# In your local t-SNE analysis plugin folder
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUSE_ARTIFACTORY_LIBS=OFF -DHDILIB_ROOT=/PATH/TO/YOUR/LOCALHDILIB -DMV_INSTALL_DIR=/PATH/TO/MANIVAULT
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUSE_ARTIFACTORY_LIBS=OFF -DHDILIB_ROOT=/PATH/TO/YOUR/LOCALHDILIB -DManiVault_DIR=/PATH/TO/MANIVAULT
cmake --build build --config Release --target install
```

Expand Down

0 comments on commit 9c99272

Please sign in to comment.