From be5d760555ea837d2e9dcc0bb3ad0d5e7f601b4c Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 21 May 2016 01:41:02 +0200 Subject: [PATCH] add quotes --- modules/boost/boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/boost/boost.cmake b/modules/boost/boost.cmake index 1754fbf..656f7bd 100644 --- a/modules/boost/boost.cmake +++ b/modules/boost/boost.cmake @@ -71,7 +71,7 @@ # - "'-DBOOST_LIBRARYDIR=\"{0}\"'.format(arguments['--boost-libraries'])" # - "'-DFORCE_CUSTOM_BOOST={0}'.format(arguments['--build-boost'])" # - "'-DBOOST_MINIMUM_REQUIRED=\"%(major).%(minor).%(patch)\"'" -# - "'-DBOOST_COMPONENTS_REQUIRED=%(components)'" +# - "'-DBOOST_COMPONENTS_REQUIRED=\"%(components)\"'" # 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)