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
+1
View File
@@ -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
View File
@@ -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"