commit | 55cb1af3a5c3e648dbb5b1141fe0312e3f9fcdbe | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Dec 19 23:24:22 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 10 11:31:41 2019 -0800 |
tree | 7a2c80e8289973843ad6f688cb763757aafd2a99 | |
parent | 17d5c353c0c5026e0d48dc1c702c9eb30c5d049e [diff] |
build-unit-test-docker: Ensure pthread flag is -pthread googletest and googlemock incorrectly use CMAKE_THREAD_LIBS_INIT in the Cflags declaration for their .pc files. We can make this work by ensuring that CMAKE_THREAD_LIBS_INIT is always -pthread which works as a Cflag and Linker flag. See google/googletest#2006 Change-Id: Ib53d23c34e61e986e14e9e2a41a092b4c8e545af Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.