From edf124576056b33d5e6fbf8cd1a895f6147b03a8 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 18 Apr 2016 16:58:53 +0200 Subject: [PATCH] adapt example configuration file --- example/{autocmake.cfg => autocmake.yml} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename example/{autocmake.cfg => autocmake.yml} (55%) 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