convert more modules to yaml

This commit is contained in:
Radovan Bast
2016-05-19 23:57:24 +02:00
parent ac03dc7998
commit 51cdb55c53
6 changed files with 29 additions and 26 deletions

View File

@ -5,10 +5,11 @@
# Git repository version and status information
# to the program output.
#
# autocmake.cfg configuration::
# autocmake.yml configuration::
#
# fetch: https://github.com/coderefinery/autocmake/raw/master/modules/git_info/git_info_sub.cmake
# https://github.com/coderefinery/autocmake/raw/master/modules/git_info/git_info.h.in
# fetch:
# - "https://github.com/coderefinery/autocmake/raw/master/modules/git_info/git_info_sub.cmake"
# - "https://github.com/coderefinery/autocmake/raw/master/modules/git_info/git_info.h.in"
# CMAKE_CURRENT_LIST_DIR is undefined in CMake 2.8.2
# see https://public.kitware.com/Bug/print_bug_page.php?bug_id=11675