https://github.com/Kitware/CMake
Raw File
Tip revision: 64130a7e793483e24c1d68bdd234f81d5edb2d51 authored by Brad King on 24 March 2016, 13:56:42 UTC
CMake 3.5.1
Tip revision: 64130a7
DEFINITIONS.rst
DEFINITIONS
-----------

For CMake 2.4 compatibility only.  Use :prop_dir:`COMPILE_DEFINITIONS`
instead.

This read-only property specifies the list of flags given so far to
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``.
back to top