diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index fabf7cf..a3e2439 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -301,7 +301,7 @@ public: bool FindSourceFiles(); ///! Return the prefered linker language for this target - const char* GetLinkerLanguage(cmGlobalGenerator*); + const char* GetLinkerLanguage(); ///! Return the rule variable used to create this type of target, // need to add CMAKE_(LANG) for full name. |