mirror of
https://github.com/boostorg/msm.git
synced 2026-07-21 13:23:45 +00:00
Update build deps.
This commit is contained in:
@@ -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
@@ -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 : :
|
||||
|
||||
Reference in New Issue
Block a user