HACKING.asciidoc: fix cmake invocation examples
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 05:49:46 +0000 (07:49 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 13:57:59 +0000 (15:57 +0200)
commit2c663372da907c032984e0f52ed50eeb14ddfda3
tree15ab280a26579958fb60429930ec6b3a3614e49a
parentd25fcc3e360bf67203e185c7bfed7a740fca6641
HACKING.asciidoc: fix cmake invocation examples

Put the path to the source dir last, like the cmake manual says:

  cmake [options] <path-to-source>

Also put a space between the -D option and the configuration setting it
modifies, this is more readable.
HACKING.asciidoc