diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-07-25 11:06:30 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-07-25 11:30:51 (GMT) |
commit | 7ddc2a110c0e52ce6e2e360a69aadf9291edbb11 (patch) | |
tree | f2c17069e18bd8d6d40d4a331314ae9322a7fbab /Modules/FindPythonLibs.cmake | |
parent | b5061e02f86e8d003d2f8c59d7fac22207dcd860 (diff) | |
download | CMake-7ddc2a110c0e52ce6e2e360a69aadf9291edbb11.zip CMake-7ddc2a110c0e52ce6e2e360a69aadf9291edbb11.tar.gz CMake-7ddc2a110c0e52ce6e2e360a69aadf9291edbb11.tar.bz2 |
GoogleTest: Ensure policy settings allow use of IN_LIST
If policy settings at the time the GoogleTest module is included are
such that CMP0057 is unset or set to OLD, the use of IN_LIST with
if() will lead to an error. Therefore, explicitly specify the policy
settings for the whole file to ensure the function implementations
have access to the required CMake features.
Fixes: #18198
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
0 files changed, 0 insertions, 0 deletions