Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 7ae6e56

Browse files
fix: cmake options missing one '\' (#688)
1 parent 0efca7a commit 7ae6e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note that if you are building on Cray system with the GNU toolchain, you have to
6363
-DNRN_ENABLE_CORENEURON=ON \
6464
-DNRN_ENABLE_INTERVIEWS=OFF \
6565
-DNRN_ENABLE_RX3D=OFF \
66-
-DCMAKE_INSTALL_PREFIX=$HOME/install
66+
-DCMAKE_INSTALL_PREFIX=$HOME/install \
6767
-DCMAKE_C_COMPILER=icc \
6868
-DCMAKE_CXX_COMPILER=icpc
6969
```
@@ -258,7 +258,7 @@ cmake .. \
258258
-DNRN_ENABLE_CORENEURON=ON \
259259
-DNRN_ENABLE_INTERVIEWS=OFF \
260260
-DNRN_ENABLE_RX3D=OFF \
261-
-DCMAKE_INSTALL_PREFIX=$HOME/install
261+
-DCMAKE_INSTALL_PREFIX=$HOME/install \
262262
-DCMAKE_C_COMPILER=icc \
263263
-DCMAKE_CXX_COMPILER=icpc \
264264
-DNRN_ENABLE_TESTS=ON

0 commit comments

Comments
 (0)