From 4ce3abb2437504063112bae2277d36fdb9b6541b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 15 Dec 2019 13:14:56 +0300 Subject: update cmake-common --- .travis.yml | 5 ++--- cmake | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e22239..6bdc61e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,16 +18,15 @@ env: - configuration=Release platform=x64 before_script: - - ./cmake/ci/boost/build_travis.py link=static --with-filesystem --with-program_options --with-test + - ./cmake/ci/boost/build_travis.py -- link=static --with-filesystem --with-program_options --with-test script: - |- ./cmake/ci/build_travis.py \ - --configuration "$configuration" \ --install "$HOME/install" \ -- \ -D "CMAKE_TOOLCHAIN_FILE=cmake/toolchains/gcc-$platform.cmake" \ -D "BOOST_ROOT=$HOME/boost_1_71_0" \ -D "BOOST_LIBRARYDIR=$HOME/boost_1_71_0/stage/$platform/$configuration/lib" \ - -DENABLE_TESTS=ON + -D ENABLE_TESTS=ON - "$HOME/install/bin/math-server-unit-tests" diff --git a/cmake b/cmake index 86f069f..e3c81ae 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 86f069fe70a8ece2829953264ef372d0a661b454 +Subproject commit e3c81aeff2eae97259df94bc066296432a95ef22 -- cgit v1.2.3