Skip to content

Commit

Permalink
doc/install: Fix missing backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Aug 1, 2020
1 parent 022cd0d commit 00460c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions documentation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,8 @@ To build ``binder`` run
To perform the build with a specific version of LLVM, the location of LLVM and CLANG directories
should be set simultaneously via the location of their cmake configurations, i.e.

``cmake CMakeLists.txt -DLLVM_DIR=/usr/lib64/llvm8.0/lib/cmake/llvm -DClang_DIR=/usr/lib64/llvm8.0/lib/cmake/clang
``cmake CMakeLists.txt -DLLVM_DIR=/usr/lib64/llvm8.0/lib/cmake/llvm -DClang_DIR=/usr/lib64/llvm8.0/lib/cmake/clang``

Alternatively,the location of the llvm-config script could be set.

``cmake CMakeLists.txt -DLLVMCONFIG=/usr/lib64/llvm7.0/bin/llvm-config``



0 comments on commit 00460c5

Please sign in to comment.