Joachim Wuttke (o)
|
adbaadf0ee
|
Help: Apply syntax highlighting to project commands
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
|
2018-10-25 13:47:31 +02:00 |
|
Beeble
|
227de0b95d
|
include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>
This allows projects added via `include_external_msproject` to compile
the preferred configuration despite different naming conventions.
|
2017-04-05 13:44:03 -04:00 |
|
Brad King
|
b42866a34a
|
Drop Visual Studio 6 generator
This generator has been deprecated since CMake 3.3. Remove it.
Update documentation, modules, and tests to drop content specific
to this generator.
|
2016-03-09 09:42:18 -05:00 |
|
Michael Scott
|
c3f40f4fd9
|
Help: Improve formatting of command documentation
Use inline reStructuredText markup and add cross-references in more
places.
|
2015-06-08 16:28:31 -04:00 |
|
Kitware Robot
|
f051814ed0
|
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
|
2013-10-15 14:12:03 -04:00 |
|