mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
* CMake: Remove guards around CMP0043 and CMP0054 We require CMake >= 3.8 which includes the policies. CMP0043 OLD behaviour is still required by cotire. (cherry picked from commit18ad767226) * CMake: Use target_precompile_headers instead of cotire with CMake >= 3.16.0 (cherry picked from commitf387673aa3)