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)
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.


No differences found