summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-11 18:00:29 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-11 18:00:29 (GMT)
commitee886fbbdba89aa0b850ee14d75c9f87211e3325 (patch)
treebf2118d9b4ee31c235bc0112ca5fbcf8c3164af8 /Source/cmLocalGenerator.h
parent510f578f8b53858fbb541c4e7e4731de9bfbd483 (diff)
downloadCMake-ee886fbbdba89aa0b850ee14d75c9f87211e3325.zip
CMake-ee886fbbdba89aa0b850ee14d75c9f87211e3325.tar.gz
CMake-ee886fbbdba89aa0b850ee14d75c9f87211e3325.tar.bz2
ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the compiler actually uses
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index ac520b0..587a6f2 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -270,7 +270,7 @@ public:
unsigned int minor,
unsigned int patch = 0xFFu);
protected:
-
+ void FixDefineFlags(std::string& defineFlags, const char* lang);
/** Construct a comment for a custom command. */
std::string ConstructComment(const cmCustomCommand& cc,
const char* default_comment = "");