Skip to content

Commit 5aa0635

Browse files
authored
[Docs] Fix typo in documentation on building and running tests (#675)
1 parent f0b9b9a commit 5aa0635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building_and_running_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ following:
2828
cmake -DCMAKE_INSTALL_PREFIX=~/lapack -DCBLAS=True -DLAPACK=True -DLAPACKE=True -DBUILD_INDEX64=False -DBUILD_SHARED_LIBS=True ..
2929
cmake --build . -j --target install
3030
31-
and then used in oneMath by setting ``-REF_BLAS_ROOT=/path/to/lapack/install``
31+
and then used in oneMath by setting ``-DREF_BLAS_ROOT=/path/to/lapack/install``
3232
and ``-DREF_LAPACK_ROOT=/path/to/lapack/install``.
3333

3434
You can re-run tests without re-building the entire project.

0 commit comments

Comments
 (0)