summaryrefslogtreecommitdiff
path: root/Source/cmMakefileExecutableTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-16 15:19:00 -0500
committerBrad King <brad.king@kitware.com>2006-02-16 15:19:00 -0500
commit537e2b4ed57d5a84f140f9b9bde427e7b604b330 (patch)
tree8f7869ce7e441cdb2b45d46a235d74ca97cde6f9 /Source/cmMakefileExecutableTargetGenerator.h
parent13661cdd23790dd6d8c118ba7b95b278966e7dae (diff)
downloadcmake-537e2b4ed57d5a84f140f9b9bde427e7b604b330.tar.gz
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
Diffstat (limited to 'Source/cmMakefileExecutableTargetGenerator.h')
-rw-r--r--Source/cmMakefileExecutableTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileExecutableTargetGenerator.h b/Source/cmMakefileExecutableTargetGenerator.h
index a02286c361..f6ffad2beb 100644
--- a/Source/cmMakefileExecutableTargetGenerator.h
+++ b/Source/cmMakefileExecutableTargetGenerator.h
@@ -27,7 +27,7 @@ public:
virtual void WriteRuleFiles();
protected:
- virtual void WriteExecutableRule();
+ virtual void WriteExecutableRule(bool relink);
};