adapt url_root for fetch directives
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# - minor: 59
|
||||
# - patch: 0
|
||||
# - components: "chrono;timer;system"
|
||||
# - source: "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost.cmake"
|
||||
# - source: "https://github.com/coderefinery/autocmake/raw/yaml/modules/boost/boost.cmake"
|
||||
#
|
||||
# Cross-dependencies between required components are not checked for.
|
||||
# For example, Boost.Timer depends on Boost.Chrono and Boost.System thus you
|
||||
@ -48,18 +48,19 @@
|
||||
#
|
||||
# autocmake.yml configuration::
|
||||
#
|
||||
# url_root: https://github.com/coderefinery/autocmake/raw/yaml/
|
||||
# major: 1
|
||||
# minor: 48
|
||||
# patch: 0
|
||||
# components: ""
|
||||
# fetch:
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_unpack.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_userconfig.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_configure.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_build.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_install.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_headers.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost_cleanup.cmake"
|
||||
# - "%(url_root)modules/boost/boost_unpack.cmake"
|
||||
# - "%(url_root)modules/boost/boost_userconfig.cmake"
|
||||
# - "%(url_root)modules/boost/boost_configure.cmake"
|
||||
# - "%(url_root)modules/boost/boost_build.cmake"
|
||||
# - "%(url_root)modules/boost/boost_install.cmake"
|
||||
# - "%(url_root)modules/boost/boost_headers.cmake"
|
||||
# - "%(url_root)modules/boost/boost_cleanup.cmake"
|
||||
# - "http://sourceforge.net/projects/boost/files/boost/%(major)s.%(minor)s.%(patch)s/boost_%(major)s_%(minor)s_%(patch)s.zip"
|
||||
# docopt:
|
||||
# - "--boost-headers=<BOOST_INCLUDEDIR> Include directories for Boost [default: '']."
|
||||
|
Reference in New Issue
Block a user