From f5684a45cd3096fd981a413fdc94fd57daf893e2 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 5 Oct 2015 22:32:46 +0200 Subject: [PATCH] minor fixes in doc --- doc/developers/configuration.rst | 1 + modules/boost/boost.cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developers/configuration.rst b/doc/developers/configuration.rst index 784b358..b67a145 100644 --- a/doc/developers/configuration.rst +++ b/doc/developers/configuration.rst @@ -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). diff --git a/modules/boost/boost.cmake b/modules/boost/boost.cmake index 5b758f0..f48b31c 100644 --- a/modules/boost/boost.cmake +++ b/modules/boost/boost.cmake @@ -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.