MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013968 | CMake | CMake | public | 2013-03-01 17:30 | 2013-10-07 10:03 |
|
| Reporter | goatboy160 | |
| Assigned To | Brad King | |
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | Windows | OS | 7 | OS Version | 64 |
| Product Version | | |
| Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | |
|
| Summary | 0013968: 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. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | STACK.patch (373) 2013-03-01 17:30 https://public.kitware.com/Bug/file/4663/STACK.patch |
|
| 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 | |
| 2013-03-04 08:20 | Brad King | Note Added: 0032434 | |
| 2013-03-04 08:20 | Brad King | Assigned To | => Brad King |
| 2013-03-04 08:20 | Brad King | Status | new => resolved |
| 2013-03-04 08:20 | Brad King | Resolution | open => fixed |
| 2013-03-04 08:20 | Brad King | Fixed in Version | => CMake 2.8.11 |
| 2013-03-04 08:20 | Brad King | Target Version | => CMake 2.8.11 |
| 2013-10-07 10:03 | Robert Maynard | Note Added: 0033980 | |
| 2013-10-07 10:03 | Robert Maynard | Status | resolved => closed |