|
Notes |
|
|
(0024485)
|
|
Bill Hoffman
|
|
2011-01-06 16:30
|
|
|
A patch would be welcome for this. |
|
|
|
(0029709)
|
|
criptych
|
|
2012-06-16 10:35
|
|
|
The attached patch modifies cmake::ActualConfigure so that when configuring a new project it will check the environment variable CMAKE_DEFAULT_GENERATOR before trying platform-specific generators. |
|
|
|
(0029862)
|
|
criptych
|
|
2012-06-28 18:09
|
|
|
I realize there are more pressing concerns, but is it possible to get some kind of an acknowledgement even if the patch as-is can't be merged yet? |
|
|
|
(0029863)
|
|
Bill Hoffman
|
|
2012-06-29 09:33
|
|
It should use the getenv wrapper in cmSystemTools:
static const char* GetEnv(const char* key);
cmSystemTools::GetEnv("CMAKE_DEFAULT_GENERATOR") |
|
|
|
(0029865)
|
|
criptych
|
|
2012-06-29 13:28
|
|
Thanks for your response. I didn't mean to sound impatient, it's just that this is a feature I'd been interested in myself, and it seemed like a simple fix. :)
I've attached a patch which uses the new name, and cleaned up the code a bit. |
|
|
|
(0036582)
|
|
criptych
|
|
2014-08-08 10:11
|
|
|
Has there been any further consideration on this? |
|
|
|
(0041673)
|
|
Kitware Robot
|
|
2016-06-10 14:27
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|