Update build deps.

This commit is contained in:
Rene Rivera
2024-08-04 10:38:36 -05:00
parent 3961a2176f
commit 09358d6474
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ import testing ;
project
:
requirements
<include>.
<library>/boost/msm//boost_msm
<include>.
<toolset>gcc:<cxxflags>"-ftemplate-depth-300 -g0"
<toolset>darwin:<cxxflags>"-ftemplate-depth-300 -g0"
<toolset>intel:<cxxflags>"-g0"
+5 -4
View File
@@ -6,18 +6,19 @@
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
require-b2 5.0.1 ;
import-search /boost/config/checks ;
require-b2 5.2 ;
# bring in rules for testing
import testing ;
import os ;
import-search /boost/config/checks ;
import config : requires ;
project
:
requirements
<include>.
<library>/boost/msm//boost_msm
<include>.
<toolset>gcc:<cxxflags>"-ftemplate-depth-300 -g0"
<toolset>darwin:<cxxflags>"-ftemplate-depth-300 -g0"
<toolset>intel:<cxxflags>"-g0"
@@ -61,7 +62,7 @@ test-suite msm-unit-tests
[ run Back11Anonymous.cpp : :
: [ requires cxx11_variadic_templates ] ]
[ run Back11BigWithFunctors.cpp : :
: [ requires cxx11_variadic_templates ] ]
: [ requires cxx11_variadic_templates ] ]
[ run Back11CompositeMachine.cpp : :
: [ requires cxx11_variadic_templates ] ]
[ run Back11Entries.cpp : :