Skip to content

Commit 569ae8d

Browse files
cmake call in one line so
1 parent 7e6f0b7 commit 569ae8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Purpose
5050
cd ~/tfQMRgpu
5151
mkdir build
5252
cd build
53-
cmake .. -DCMAKE_INSTALL_PREFIX=~/tfQMRgpu
54-
-DCMAKE_PREFIX_PATH=~/tfQMRgpu
53+
cmake .. -DCMAKE_INSTALL_PREFIX=~/tfQMRgpu -DCMAKE_PREFIX_PATH=~/tfQMRgpu
5554
make -j
5655
make install
5756
cd ../test/multiplication

0 commit comments

Comments
 (0)