fixes in boost.cmake
This commit is contained in:
		| @@ -5,7 +5,7 @@ | |||||||
| # Autocmake update time. | # Autocmake update time. | ||||||
| # Note that the build-up commands are not Windows-compatible! | # Note that the build-up commands are not Windows-compatible! | ||||||
| # | # | ||||||
| # Your autocmake.yml should contain:: | # Your autocmake.yml should look like this:: | ||||||
| # | # | ||||||
| # - boost: | # - boost: | ||||||
| #   - major: 1 | #   - major: 1 | ||||||
| @@ -61,7 +61,7 @@ | |||||||
| #     - "%(url_root)modules/boost/boost_install.cmake" | #     - "%(url_root)modules/boost/boost_install.cmake" | ||||||
| #     - "%(url_root)modules/boost/boost_headers.cmake" | #     - "%(url_root)modules/boost/boost_headers.cmake" | ||||||
| #     - "%(url_root)modules/boost/boost_cleanup.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" | #     - "http://sourceforge.net/projects/boost/files/boost/%(major).%(minor).%(patch)/boost_%(major)_%(minor)_%(patch).zip" | ||||||
| #   docopt: | #   docopt: | ||||||
| #     - "--boost-headers=<BOOST_INCLUDEDIR> Include directories for Boost [default: '']." | #     - "--boost-headers=<BOOST_INCLUDEDIR> Include directories for Boost [default: '']." | ||||||
| #     - "--boost-libraries=<BOOST_LIBRARYDIR> Library directories for Boost [default: '']." | #     - "--boost-libraries=<BOOST_LIBRARYDIR> Library directories for Boost [default: '']." | ||||||
| @@ -70,8 +70,8 @@ | |||||||
| #     - "'-DBOOST_INCLUDEDIR=\"{0}\"'.format(arguments['--boost-headers'])" | #     - "'-DBOOST_INCLUDEDIR=\"{0}\"'.format(arguments['--boost-headers'])" | ||||||
| #     - "'-DBOOST_LIBRARYDIR=\"{0}\"'.format(arguments['--boost-libraries'])" | #     - "'-DBOOST_LIBRARYDIR=\"{0}\"'.format(arguments['--boost-libraries'])" | ||||||
| #     - "'-DFORCE_CUSTOM_BOOST=\"{0}\"'.format(arguments['--build-boost'])" | #     - "'-DFORCE_CUSTOM_BOOST=\"{0}\"'.format(arguments['--build-boost'])" | ||||||
| #     - "'-DBOOST_MINIMUM_REQUIRED="%(major)s.%(minor)s.%(patch)s"'" | #     - "'-DBOOST_MINIMUM_REQUIRED=\"%(major).%(minor).%(patch)\"'" | ||||||
| #     - "'-DBOOST_COMPONENTS_REQUIRED="%(components)s"'" | #     - "'-DBOOST_COMPONENTS_REQUIRED=\"%(components)\"'" | ||||||
|  |  | ||||||
| # FIXME Maintainer should be able to choose between fail (end-user has to satisfy dependency | # FIXME Maintainer should be able to choose between fail (end-user has to satisfy dependency | ||||||
| #       on its own) and soft-fail (self-build of Boost) | #       on its own) and soft-fail (self-build of Boost) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user