Skip to content

Commit

Permalink
Typo in installation guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 16, 2023
1 parent fc2ef4a commit 63c772f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,13 @@ this you type

Okay, on to configure, compile and install. The CMake commands are

cmake -DCMAKE_INSTALL_PREFIX=../highfive-v2.7.1 -DHIGHFIVE_USE_BOOST=Off -B build .
cmake -DCMAKE_INSTALL_PREFIX=build/install -DHIGHFIVE_USE_BOOST=Off -B build .
cmake --build build --parallel
cmake --install build

Later you'd the installation directory, i.e. `${PWD}/build/install`, to
`CMAKE_PREFIX_PATH`.

### Confirming It Works
We again need a dummy file called `dummy.cpp` with the following contents

Expand Down

0 comments on commit 63c772f

Please sign in to comment.