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,6 +11,7 @@ import testing ;
|
||||
project
|
||||
:
|
||||
requirements
|
||||
<library>/boost/msm//boost_msm
|
||||
<include>.
|
||||
<toolset>gcc:<cxxflags>"-ftemplate-depth-300 -g0"
|
||||
<toolset>darwin:<cxxflags>"-ftemplate-depth-300 -g0"
|
||||
|
||||
+3
-2
@@ -6,17 +6,18 @@
|
||||
# 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
|
||||
<library>/boost/msm//boost_msm
|
||||
<include>.
|
||||
<toolset>gcc:<cxxflags>"-ftemplate-depth-300 -g0"
|
||||
<toolset>darwin:<cxxflags>"-ftemplate-depth-300 -g0"
|
||||
|
||||
Reference in New Issue
Block a user