aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-09-25 15:45:52 -0400
committerGennadiy Civil <misterg@google.com>2018-09-25 15:45:52 -0400
commite2f45b1bb85fab5db5326a1cd8feb8750765ab79 (patch)
tree65d833cbbbfe83ce27f6692f452dc968aa162627
parentf60de198afd851a8538cddd5e36d4acfec5b26b2 (diff)
downloadgoogletest-e2f45b1bb85fab5db5326a1cd8feb8750765ab79.tar.gz
googletest-e2f45b1bb85fab5db5326a1cd8feb8750765ab79.tar.bz2
googletest-e2f45b1bb85fab5db5326a1cd8feb8750765ab79.zip
autotools c++11
-rwxr-xr-xci/build-linux-autotools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-linux-autotools.sh b/ci/build-linux-autotools.sh
index 385e8c21..8954a4f0 100755
--- a/ci/build-linux-autotools.sh
+++ b/ci/build-linux-autotools.sh
@@ -39,6 +39,6 @@ autoreconf -i
# Run in a subdirectory to keep the sources clean
mkdir build || true
cd build
-../configure
+../configure CXX="-std=c++11"
make -j {NPROCESSORS:-2}