commit | d7142b7e4fe114c13d8235a7c47f58947f916bff | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Fri Sep 01 13:00:36 2017 -0700 |
committer | James E. King, III <jking@apache.org> | Mon Sep 04 18:09:34 2017 -0700 |
tree | d1f6ce9e74787245d69c205238211739974b0b24 | |
parent | f454369198500a90388a4a6f73970e961949c186 [diff] [blame] |
THRIFT-4295: rework the docker build images, updating them and tuning the travis builds This closes #1340
diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt index 1a6062d..5c5ed18 100644 --- a/lib/cpp/test/CMakeLists.txt +++ b/lib/cpp/test/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(SYSTEM "${Boost_INCLUDE_DIRS}") +add_definitions("-D__STDC_FORMAT_MACROS") add_definitions("-D__STDC_LIMIT_MACROS") if (WITH_DYN_LINK_TEST)