Skip to content

Commit 070dfec

Browse files
committed
Quote cmake when referring to the command
To distinguish it from the name of the build system as the command should not be capitalised.
1 parent d79edf5 commit 070dfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COMPILING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ files.
5050
run `brew install cmake` to install CMake.
5151
- On platforms where installing the Java Development Kit and Maven is
5252
difficult, you can avoid needing these dependencies by not building
53-
JBMC. Just pass `-DWITH_JBMC=OFF` to cmake in step (4) below.
53+
JBMC. Just pass `-DWITH_JBMC=OFF` to `cmake` in step (4) below.
5454
- On Windows, ensure you have Visual Studio 2019 or later installed. The
5555
developer command line that comes with Visual Studio 2019 has CMake
5656
already available. You will also need to ensure that you have winflexbison

0 commit comments

Comments
 (0)