DEFINITIONS.rst 419 B

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