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 ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers