2013-10-15 19:17:36 +04:00
|
|
|
DEFINITIONS
|
|
|
|
-----------
|
|
|
|
|
2015-04-01 21:53:31 +03:00
|
|
|
For CMake 2.4 compatibility only. Use :prop_dir:`COMPILE_DEFINITIONS`
|
|
|
|
instead.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
This read-only property specifies the list of flags given so far to
|
2015-04-01 21:53:31 +03: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``.
|