Skip to content

Commit

Permalink
[Documentation][Markdown] Use correct help option for cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it committed May 17, 2015
1 parent 5256551 commit 31e9962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Alternatively, from the command-line on Unix in the source directory:
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G "Unix Makefiles" ../..
make

Running `cmake -`" will display the list of available generators (passed using
Running `cmake -h` will display the list of available generators (passed using
the `-G` option).

By default CMake hides compilation commands. This can be modified by specifying
Expand Down

0 comments on commit 31e9962

Please sign in to comment.