[cmake-developers] [CMake 0015376]: CMake creates Xcode project with invalid project settings

Mantis Bug Tracker mantis at public.kitware.com
Tue Jan 27 13:48:35 EST 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15376 
====================================================================== 
Reported By:                tron_thomas
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15376
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-01-27 13:48 EST
Last Modified:              2015-01-27 13:48 EST
====================================================================== 
Summary:                    CMake creates Xcode project with invalid project
settings
Description: 
A project configured for Xcode will have invalid project settings

Steps to Reproduce: 
Steps:
1.Create a simple hello world C++ module named Hello.cpp
2. Use the following CMake script to configure the project to build with Xcode
6.1.1

cmake_minimum_required (VERSION 3.1.0)

project(Hello)

add_executable(Hello Hello.cpp)

3. Open the Xcode project

Expected:
The project should open with no warnings or errors

Actual:
The project will contain the following warning about overriding architecture
settings

Additional Information: 
This can be particularly bad for project that contains many buildables as Xcode
may take a long time to fix the issue or may get hung up trying to apply the fix

It is also quite annoying when someone frequently reconfigures the project with
CMake as the problem return each time
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-01-27 13:48 tron_thomas    New Issue                                    
======================================================================



More information about the cmake-developers mailing list