cmake/Help/prop_dir/DEFINITIONS.rst

14 lines
419 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
DEFINITIONS
-----------
2015-08-17 11:37:30 +02:00
For CMake 2.4 compatibility only. Use :prop_dir:`COMPILE_DEFINITIONS`
instead.
2014-08-03 19:52:23 +02:00
This read-only property specifies the list of flags given so far to
2015-08-17 11:37:30 +02:00
the :command:`add_definitions` command. It is intended for debugging
purposes. Use the :prop_dir:`COMPILE_DEFINITIONS` directory property
instead.
This built-in read-only property does not exist if policy
:policy:`CMP0059` is set to ``NEW``.