Files
test2/extern/gtest/README.blender
Lukas Stockner 7842b27326 GTest: Fix compiler warning with GCC 15
`<ciso646>` is deprecated in C++17, and now GCC 15 has started to complain,
so include an upstream commit that fixes this.

Pull Request: https://projects.blender.org/blender/blender/pulls/139417
2025-06-26 02:03:34 +02:00

7 lines
277 B
Plaintext

Project: GoogleTest (GoogleTest)
URL: https://github.com/google/googletest
License: SPDX:BSD-3-Clause
Copyright: Copyright 2007, Google Inc. All rights reserved.
Upstream version: 1.15.2 (b514bdc898e2951020cbdca1304b75f5950d1f59)
Local modifications: Apply patches/gcc15.patch