[cmake-developers] [CMake 0013968]: Setting CMAKE_CXX_STACK_SIZE to 0 for a Visual Studio project results in linker errors for 0.obj
Mantis Bug Tracker
mantis at public.kitware.com
Fri Mar 1 17:30:21 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13968
======================================================================
Reported By: goatboy160
Assigned To:
======================================================================
Project: CMake
Issue ID: 13968
Category: CMake
Reproducibility: always
Severity: minor
Priority: high
Status: new
======================================================================
Date Submitted: 2013-03-01 17:30 EST
Last Modified: 2013-03-01 17:30 EST
======================================================================
Summary: Setting CMAKE_CXX_STACK_SIZE to 0 for a Visual
Studio project results in linker errors for 0.obj
Description:
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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-03-01 17:30 goatboy160 New Issue
2013-03-01 17:30 goatboy160 File Added: STACK.patch
======================================================================
More information about the cmake-developers
mailing list