Skip to content

Commit 65ec8c6

Browse files
authored
Add missing source argument (#957)
1 parent 3eb54f3 commit 65ec8c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ git clone --recurse-submodules --jobs 4 https://github.com/CExA-project/ddc.git
2222
cmake -D DDC_BUILD_KERNELS_FFT=OFF \
2323
-D DDC_BUILD_KERNELS_SPLINES=OFF \
2424
-D DDC_BUILD_PDI_WRAPPER=OFF \
25-
-B ddc/build
25+
-B ddc/build \
26+
-S ddc
2627
cmake --build ddc/build --parallel 4
2728
ctest --test-dir ddc/build
2829
cmake --install ddc/build --prefix $HOME/.local/ddc

0 commit comments

Comments
 (0)