From fd163f8b97f3a3b6fbd142d81b781c9673584123 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 18 Sep 2015 14:18:48 +0200 Subject: [PATCH] update example --- example/autocmake.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/autocmake.cfg b/example/autocmake.cfg index c2b84a3..d823fe1 100644 --- a/example/autocmake.cfg +++ b/example/autocmake.cfg @@ -1,6 +1,7 @@ # CMakeLists.txt and setup.py will be generated from this file # see: http://autocmake.readthedocs.org/en/latest/developers/configuration.html -# uncomment the following two lines and set the project name +# uncomment the following three lines and set the project name # [project] # name: myproject +# min_cmake_version: 2.8