ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property initialized from parent.

This commit is contained in:
Brad King
2008-01-17 20:34:10 -05:00
parent 8d1d5500c8
commit 9d57dbd098
7 changed files with 55 additions and 6 deletions

View File

@@ -61,7 +61,11 @@ void cmPassed(const char* Message, const char* m2="")
#endif
#ifndef CMAKE_IS_REALLY_FUN
This is a problem. Looks like ADD_DEFINITIONS and REMOVE_DEFINITIONS does not work
# error This is a problem. Looks like ADD_DEFINITIONS and REMOVE_DEFINITIONS does not work
#endif
#if defined(NDEBUG) && !defined(CMAKE_IS_FUN_IN_RELEASE_MODE)
# error Per-configuration directory-level definition not inherited.
#endif
#ifdef COMPLEX_TEST_CMAKELIB