commit | 023d2c70278037a65a853954b151df6b93d92275 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Aug 24 16:04:24 2023 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Thu Aug 24 16:06:25 2023 -0500 |
tree | 3cb7812d0f282ae4c351715427e3b6ebaec68e90 | |
parent | fbf4703f3de7fbdbd8388e946bd71c3b760b174c [diff] |
Make gmock dep initially not required Add a 'required: false' when building the gmock dependency so it doesn't have to be present initially, as the code right below will already fetch it if not present. Otherwise, the build will fail before it has a chance to build the subproject if it needs it. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I20c58f3b5b6978fa6deb69cdf799e34bb4054ce4