From bf5778403e6f746df95067532b5f7264b96c5187 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 2 Jan 2020 20:30:03 +0200 Subject: [PATCH] Update tools/cmake --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 46dd3e6..ebe3913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -370,6 +370,7 @@ install: - git submodule init libs/type_traits - git submodule init tools/build - git submodule init tools/boost_install + - git submodule init tools/cmake - git submodule update --jobs 4 - cp -r $TRAVIS_BUILD_DIR/* libs/core - ./bootstrap.sh