You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,12 @@ clang-5, Visual Studio 2019 (possibly previous versions as well) or later. If
66
66
you are using other compilers/compiler versions (like mingw), these may also be
67
67
supported. Simply run the test suite and check that everything passes.
68
68
69
+
If you want to disable building tests, you can add `-DBUILD_TESTING=OFF` when invoking cmake the first time. This will also remove the Catch2 dependency.
The recommended use of RLBox is to make a copy of this library in your source tree.
@@ -78,12 +84,6 @@ Configure the build with cmake in the same way that previous paragraph. Then sim
78
84
make install
79
85
```
80
86
81
-
If you want to disable building tests, you can add `-DBUILD_TESTING=OFF` when invoking cmake the first time. This will also remove the Catch2 dependency.
0 commit comments