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: pages/docs/build.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ To build and install Soufflé, the following software must be installed:
30
30
31
31
All available options can be found by browsing the source code, see `souffle/CMakeLists.txt`. Below is a table of the most relevant.
32
32
33
-
To specify build options, run `cmake -S . -B build -D<option>=<value>`. Alternatively, run `ccmake build` to start cmake with a terminal GUI interface that lets you configure the options.
33
+
To specify build options, run `cmake -S . -B build -D<option>=<value>`. Alternatively, run `cmake build` to start cmake with a terminal GUI interface that lets you configure the options.
0 commit comments