MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013354 | CMake | CMake | public | 2012-06-27 08:14 | 2013-07-01 09:37 |
|
Reporter | Jens Bäckman | |
Assigned To | Robert Maynard | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Apple | OS | Mac OS X | OS Version | 10.7.4 |
Product Version | CMake 2.8.8 | |
Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | |
|
Summary | 0013354: CMake hangs generating XCode project file when CXXFLAGS contains -g in a flag |
Description | When adding the compiler flag -Wno-global-constructors, |
Steps To Reproduce | Add the following line to an existing CMakeLists.txt file:
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-global-constructors")
Run "cmake -G Xcode". You will be left with the message "Generating done", and no project file generated. |
Additional Information | Might be related to the bug discussed here:
http://comments.gmane.org/gmane.comp.programming.tools.cmake.user/40319 [^] |
Tags | macosx, Xcode |
Relationships | related to | 0012377 | closed | David Cole | CMake misparses -g0 as enable debug |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-27 08:14 | Jens Bäckman | New Issue | |
2012-06-27 08:14 | Jens Bäckman | Tag Attached: macosx | |
2012-06-27 08:14 | Jens Bäckman | Tag Attached: Xcode | |
2012-07-10 17:57 | David Cole | Assigned To | => David Cole |
2012-07-10 17:57 | David Cole | Status | new => assigned |
2012-12-03 14:49 | David Cole | Target Version | => CMake 2.8.11 |
2012-12-20 11:36 | David Cole | Relationship added | related to 0012377 |
2012-12-20 11:38 | David Cole | Note Added: 0031933 | |
2013-01-09 10:26 | David Cole | Assigned To | David Cole => |
2013-01-09 10:27 | David Cole | Status | assigned => new |
2013-01-10 12:51 | Robert Maynard | Assigned To | => Robert Maynard |
2013-01-10 12:51 | Robert Maynard | Status | new => assigned |
2013-02-18 09:08 | Robert Maynard | Note Added: 0032325 | |
2013-02-18 09:08 | Robert Maynard | Status | assigned => resolved |
2013-02-18 09:08 | Robert Maynard | Fixed in Version | => CMake 2.8.11 |
2013-02-18 09:08 | Robert Maynard | Resolution | open => fixed |
2013-07-01 09:37 | Robert Maynard | Note Added: 0033426 | |
2013-07-01 09:37 | Robert Maynard | Status | resolved => closed |