Merge topic 'vs10-stack-size'
308c5a2
VS 10: Fix CMAKE_<LANG>_STACK_SIZE implementation (#13968)
This commit is contained in:
commit
631b7b8e15
|
@ -1390,7 +1390,7 @@ cmVisualStudio10TargetGenerator::ComputeLinkOptions(std::string const& config)
|
||||||
std::string flags;
|
std::string flags;
|
||||||
if(stackVal)
|
if(stackVal)
|
||||||
{
|
{
|
||||||
flags += " ";
|
flags += " /STACK:";
|
||||||
flags += stackVal;
|
flags += stackVal;
|
||||||
}
|
}
|
||||||
std::string linkFlagVarBase = "CMAKE_";
|
std::string linkFlagVarBase = "CMAKE_";
|
||||||
|
|
Loading…
Reference in New Issue