Skip to content

Commit 97ea33a

Browse files
committed
Fix ccmake instructions in INSTALL
1 parent ea0d7f5 commit 97ea33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation Instructions
2929

3030
Other variables are available as well. They can be viewed by navigating to
3131
the build directory, running `cmake` to set up the build, and then running
32-
`ccmake`. Any of these variables can be defined by passing them as options
32+
`ccmake ..`. Any of these variables can be defined by passing them as options
3333
to CMake as follows:
3434

3535
cmake \

0 commit comments

Comments
 (0)