From 97bae2dfe78001b85bd679de8908a266b118154d Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Wed, 19 Dec 2018 22:34:51 -0500 Subject: [PATCH] Updated for b2 cmake support. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01a1453..134245e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,6 +119,8 @@ install: - git submodule update --init tools/build - git submodule update --init libs/config - git submodule update --init tools/boostdep + - git submodule update --init tools/boost_install + - git submodule update --init libs/headers - mkdir -p libs/parameter_python - cp -r $TRAVIS_BUILD_DIR/* libs/parameter_python - python tools/boostdep/depinst/depinst.py parameter_python