minor fixes in doc

This commit is contained in:
Radovan Bast 2015-10-05 22:32:46 +02:00
parent fbbb710b76
commit f5684a45cd
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ The only section where the name matters is ``[project]``::
[project]
name: numgrid
min_cmake_version: 2.8
This is where we define the project name (here "numgrid"). This section has to
be there and it has to be called "project" (but it does not have to be on top).

View File

@ -7,7 +7,7 @@
# Your autocmake.cfg should look like this::
#
# [boost]
# {'major': 1, 'minor': 59, 'patch': 0, 'components': 'chrono;timer;system'}
# override: {'major': 1, 'minor': 59, 'patch': 0, 'components': 'chrono;timer;system'}
# source: https://github.com/scisoft/autocmake/raw/master/modules/boost/boost.cmake
#
# Cross-dependencies between required components are not checked for.