Skip to content

Commit 4012d26

Browse files
authored
Update README.md
1 parent 14d8b19 commit 4012d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ml CMake PyTorch CUDA
1515

1616
- Use `mkdir build` to create your build directory. Change directory into your build folder and compile by running:
1717
```bash
18-
cmake -DCUDA_CUDA_LIB=/usr/lib64/libcuda.so -DCMAKE_PREFIX_PATH=`python -c 'import torch;print(torch.utils.cmake_prefix_path)'` ..
18+
cmake -DCMAKE_PREFIX_PATH=`python -c 'import torch;print(torch.utils.cmake_prefix_path)'` ..
1919
cmake --build . --config Release
2020
```
2121

0 commit comments

Comments
 (0)