mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9d84909330
Summary: Since I enabled INTERPROCEDURAL_OPTIMIZATION last week, we're having a warning for gtest that they're not setting this CMake policy: CMP0069 https://cmake.org/cmake/help/latest/policy/CMP0069.html As Gtest is not a production dependency, we can safely ignore this warning. So I'm enabling the policy for all the targets. Changelog: [Internal] [Changed] - Reviewed By: alanleedev Differential Revision: D73122573 fbshipit-source-id: 319a889024f080752f0c9287d011209459dcb013