1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-23 09:37:51 +08:00

Help: Update try_compile list of automatic policies

This commit is contained in:
Brad King
2024-12-13 14:15:33 -05:00
parent 5e9b40b6a5
commit b010a1fb1d

View File

@@ -335,8 +335,21 @@ Other Behavior Settings
:module:`CheckPIESupported` module must be called before using the :module:`CheckPIESupported` module must be called before using the
``try_compile`` command. ``try_compile`` command.
The current settings of :policy:`CMP0065` and :policy:`CMP0083` are propagated Some policies are set automatically in the generated test project
through to the generated test project. as needed to honor the state of the calling project:
* :policy:`CMP0065`
* :policy:`CMP0083`
* :policy:`CMP0091`
* :policy:`CMP0104`
* :policy:`CMP0123`
* :policy:`CMP0126`
* :policy:`CMP0128`
* :policy:`CMP0136`
* :policy:`CMP0141`
* :policy:`CMP0155`
* :policy:`CMP0157`
* :policy:`CMP0181`
.. versionadded:: 3.32 .. versionadded:: 3.32
The current setting of :policy:`CMP0181` policy is propagated through to the The current setting of :policy:`CMP0181` policy is propagated through to the