We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355c86a commit 69668ccCopy full SHA for 69668cc
docs/IndexingProjects.md
@@ -243,7 +243,5 @@ sudo apt-get install -y build-essential git ninja-build ccache libopenblas-dev l
243
```
244
cmake -B build -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DUSE_CUDA=ON
245
246
-cat build/compile_commands.json | jq --arg rdir "$(clang -print-resource-dir)" 'map(if .command | contains("nvcc") then .command += " -resource-dir " + $rdir else . end)' > build/modified.json
247
-
248
-scip-clang --compdb-path build/modified.json
+scip-clang --compdb-path build/compile_commands.json
249
0 commit comments