From 39bf4afd29253714bb177ecb15ab3bb2f6e31f03 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Tue, 15 Sep 2015 10:49:09 +0200 Subject: [PATCH] Correct wrong path to Boost module --- modules/boost/boost.cmake | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/boost/boost.cmake b/modules/boost/boost.cmake index 71f140d..540e519 100644 --- a/modules/boost/boost.cmake +++ b/modules/boost/boost.cmake @@ -12,7 +12,7 @@ # source: custom/boost_version-components.cmake # # [boost] -# source: https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost.cmake +# source: https://github.com/scisoft/autocmake/raw/master/modules/boost/boost.cmake # fetch: http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.zip # # The ``custom/boost_version-components.cmake`` should look like this:: @@ -46,13 +46,13 @@ # # autocmake.cfg configuration:: # -# fetch: https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_unpack.cmake -# https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_userconfig.cmake -# https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_configure.cmake -# https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_build.cmake -# https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_install.cmake -# https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_headers.cmake -# https://github.com/scisoft/autocmake/raw/booster/modules/boost/boost_cleanup.cmake +# fetch: https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_unpack.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_userconfig.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_configure.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_build.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_install.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_headers.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/boost/boost_cleanup.cmake # docopt: --boost-headers= Include directories for Boost [default: '']. # --boost-libraries= Library directories for Boost [default: '']. # --build-boost= Deactivate Boost detection and build on-the-fly [default: OFF].