Skip to content

Commit

Permalink
Merge pull request open-source-parsers#275 from stefan-it/stefan/cmak…
Browse files Browse the repository at this point in the history
…e-generator-fix

[Documentation][Markdown] Use correct help option for cmake.
  • Loading branch information
cdunn2001 committed May 19, 2015
2 parents d5e54d2 + 31e9962 commit 6444148
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 6444148

Please sign in to comment.