[cmake-developers] [CMake 0013354]: CMake hangs generating XCode project file when CXXFLAGS contains -g in a flag

Mantis Bug Tracker mantis at public.kitware.com
Wed Jun 27 08:14:02 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13354 
====================================================================== 
Reported By:                Jens Bäckman
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13354
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-06-27 08:14 EDT
Last Modified:              2012-06-27 08:14 EDT
====================================================================== 
Summary:                    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
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-06-27 08:14 Jens Bäckman   New Issue                                    
======================================================================




More information about the cmake-developers mailing list