1DEFINITIONS 2----------- 3 4For CMake 2.4 compatibility only. Use :prop_dir:`COMPILE_DEFINITIONS` 5instead. 6 7This read-only property specifies the list of flags given so far to 8the :command:`add_definitions` command. It is intended for debugging 9purposes. Use the :prop_dir:`COMPILE_DEFINITIONS` directory property 10instead. 11 12This built-in read-only property does not exist if policy 13:policy:`CMP0059` is set to ``NEW``. 14