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.