H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
203 stars 80 forks source link

Update to latest googletest version #1496

Closed dpogue closed 10 months ago

dpogue commented 10 months ago

This resolves a bunch of CMake warnings during the configuration step.

dgelessus commented 10 months ago

At the top of cmake/CompilerChecks.cmake we have this line:

# Use LTCG if available.
cmake_policy(SET CMP0069 NEW)   # gtest projects use old cmake compatibility...

Can this be removed now that gtest updated its CMake compatibility from 3.5 to 3.13?

dpogue commented 10 months ago

Can this be removed now that gtest updated its CMake compatibility from 3.5 to 3.13?

Let's find out! 😄