diff --git a/example/autocmake.cfg b/example/autocmake.yml similarity index 55% rename from example/autocmake.cfg rename to example/autocmake.yml index cb9b3db..3cf4a9f 100644 --- a/example/autocmake.cfg +++ b/example/autocmake.yml @@ -1,7 +1,5 @@ # CMakeLists.txt and setup script will be generated from this file # see: http://autocmake.readthedocs.org/en/latest/developers/configuration.html - -# uncomment the following three lines and set the project name -# [project] -# name: myproject -# min_cmake_version: 2.8 +# adapt the following lines and expand +name: myproject +min_cmake_version: 2.8