MantisBT - CMake
View Issue Details
0013968CMakeCMakepublic2013-03-01 17:302013-10-07 10:03
goatboy160 
Brad King 
highminoralways
closedfixed 
Windows764
 
CMake 2.8.11CMake 2.8.11 
0013968: Setting CMAKE_CXX_STACK_SIZE to 0 for a Visual Studio project results in linker errors for 0.obj
When setting using the following in a exe target
set( CMAKE_CXX_STACK_SIZE "0" ) the project results in a linker error because there is a 0 that is set as an Additional Parameter in the target project.

Applying the attached patch corrects the issue.
No tags attached.
patch STACK.patch (373) 2013-03-01 17:30
https://public.kitware.com/Bug/file/4663/STACK.patch
Issue History
2013-03-01 17:30goatboy160New Issue
2013-03-01 17:30goatboy160File Added: STACK.patch
2013-03-04 08:20Brad KingNote Added: 0032434
2013-03-04 08:20Brad KingAssigned To => Brad King
2013-03-04 08:20Brad KingStatusnew => resolved
2013-03-04 08:20Brad KingResolutionopen => fixed
2013-03-04 08:20Brad KingFixed in Version => CMake 2.8.11
2013-03-04 08:20Brad KingTarget Version => CMake 2.8.11
2013-10-07 10:03Robert MaynardNote Added: 0033980
2013-10-07 10:03Robert MaynardStatusresolved => closed

Notes
(0032434)
Brad King   
2013-03-04 08:20   
Applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=308c5a26 [^]
(0033980)
Robert Maynard   
2013-10-07 10:03   
Closing resolved issues that have not been updated in more than 4 months.