diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-02 08:56:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-25 17:55:32 (GMT) |
commit | e8c0341d86e3f2b9658dfc594641f9ba1b29165b (patch) | |
tree | 2cf201b9c34a7805cef2c63a1033efa6e19a489a /Source/cmMakefile.h | |
parent | f4150bd88d80f4a236ea5b0d648d8cc3122092fc (diff) | |
download | CMake-e8c0341d86e3f2b9658dfc594641f9ba1b29165b.zip CMake-e8c0341d86e3f2b9658dfc594641f9ba1b29165b.tar.gz CMake-e8c0341d86e3f2b9658dfc594641f9ba1b29165b.tar.bz2 |
cmMakefile: Out-of-line GetProjectName.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 055170a..959f0e7 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -279,10 +279,7 @@ public: /** * Get the name of the project for this build. */ - const char* GetProjectName() const - { - return this->ProjectName.c_str(); - } + const char* GetProjectName() const; /** Get the configurations to be generated. */ std::string GetConfigurations(std::vector<std::string>& configs, |