diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-14 19:18:06 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-14 19:26:13 (GMT) |
commit | ce167b546d078d9f699248688ff5f16c7ecf15c7 (patch) | |
tree | 91e0c8cea98cb4a18e5c99eab254302ab870fbd5 /Source/cmLocalGenerator.h | |
parent | 7baef756493caaabc226c39c4a8dad669b883d4d (diff) | |
download | CMake-ce167b546d078d9f699248688ff5f16c7ecf15c7.zip CMake-ce167b546d078d9f699248688ff5f16c7ecf15c7.tar.gz CMake-ce167b546d078d9f699248688ff5f16c7ecf15c7.tar.bz2 |
cmMakefile: Handle CMP0014 before configuring the generator.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 3459c2a..fa2f712 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -391,6 +391,8 @@ public: bool IsMinGWMake() const; bool IsNMake() const; + void SetConfiguredCMP0014(bool configured); + protected: ///! put all the libraries for a target on into the given stream virtual void OutputLinkLibraries(std::string& linkLibraries, |