summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 9c98672..ba3bc5a 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -574,8 +574,9 @@ public:
const std::string& language) const;
void InsertInclude(const cmValueWithOrigin &entry,
bool before = false);
- void InsertCompileOption(const cmValueWithOrigin &entry,
- bool before = false);
+ void InsertCompileOption(std::string const& entry,
+ cmListFileBacktrace const& bt,
+ bool before = false);
void InsertCompileDefinition(std::string const& entry,
cmListFileBacktrace const& bt);