diff options
author | Brad King <brad.king@kitware.com> | 2022-05-26 17:23:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-26 17:26:54 (GMT) |
commit | 55ba10dcfdfb1f69b81284810aa6f07dc1527ccb (patch) | |
tree | 03873782af66ccd87052a6887064161fbc886ad5 /Source/cmGlobalMinGWMakefileGenerator.h | |
parent | 9019537670003d8d35b6d838c7b22a751b4119b2 (diff) | |
download | CMake-55ba10dcfdfb1f69b81284810aa6f07dc1527ccb.zip CMake-55ba10dcfdfb1f69b81284810aa6f07dc1527ccb.tar.gz CMake-55ba10dcfdfb1f69b81284810aa6f07dc1527ccb.tar.bz2 |
MSYS/MinGW Makefiles: Simplify selection of windres as Resource Compiler
Since commit 957c2aac7f (RC: Simplify selection of resource compiler
based on C/C++ toolchain, 2015-05-07, v3.3.0-rc1~101^2~3), `windres` is
selected automatically when using compilers that target the GNU ABI.
Drop the generator-specific preference to make behavior more consistent
with the Ninja generator.
Issue: #23542
Diffstat (limited to 'Source/cmGlobalMinGWMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalMinGWMakefileGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmGlobalMinGWMakefileGenerator.h b/Source/cmGlobalMinGWMakefileGenerator.h index 1574faf..92d495c 100644 --- a/Source/cmGlobalMinGWMakefileGenerator.h +++ b/Source/cmGlobalMinGWMakefileGenerator.h @@ -36,11 +36,4 @@ public: /** Get the documentation entry for this generator. */ static void GetDocumentation(cmDocumentationEntry& entry); - - /** - * Try to determine system information such as shared library - * extension, pthreads, byte order etc. - */ - virtual void EnableLanguage(std::vector<std::string> const& languages, - cmMakefile*, bool optional); }; |