minor fixes in doc
This commit is contained in:
		| @@ -59,6 +59,7 @@ The only section where the name matters is ``[project]``:: | |||||||
|  |  | ||||||
|   [project] |   [project] | ||||||
|   name: numgrid |   name: numgrid | ||||||
|  |   min_cmake_version: 2.8 | ||||||
|  |  | ||||||
| This is where we define the project name (here "numgrid"). This section has to | 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). | be there and it has to be called "project" (but it does not have to be on top). | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
| # Your autocmake.cfg should look like this:: | # Your autocmake.cfg should look like this:: | ||||||
| # | # | ||||||
| #   [boost] | #   [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 | #   source: https://github.com/scisoft/autocmake/raw/master/modules/boost/boost.cmake | ||||||
| # | # | ||||||
| # Cross-dependencies between required components are not checked for. | # Cross-dependencies between required components are not checked for. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user