cmake/Help/policy/CMP0021.rst

22 lines
787 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMP0021
-------
2019-11-11 23:01:05 +01:00
Fatal error on relative paths in :prop_tgt:`INCLUDE_DIRECTORIES` target
property.
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
CMake 2.8.10.2 and lower allowed the :prop_tgt:`INCLUDE_DIRECTORIES` target
2014-08-03 19:52:23 +02:00
property to contain relative paths. The base path for such relative
2019-11-11 23:01:05 +01:00
entries is not well defined. CMake 2.8.12 issues a ``FATAL_ERROR`` if the
:prop_tgt:`INCLUDE_DIRECTORIES` property contains a relative path.
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
The ``OLD`` behavior for this policy is not to warn about relative paths
in the ``INCLUDE_DIRECTORIES`` target property. The ``NEW`` behavior for this
policy is to issue a ``FATAL_ERROR`` if ``INCLUDE_DIRECTORIES`` contains a
2014-08-03 19:52:23 +02:00
relative path.
2024-04-14 22:45:38 +02:00
.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 2.8.12
.. |WARNS_OR_DOES_NOT_WARN| replace:: warns
.. include:: STANDARD_ADVICE.txt
2015-08-17 11:37:30 +02:00
.. include:: DEPRECATED.txt