[cmake-developers] [CMake 0012450]: Xcode generator: removing dependency in Xcode crashes Xcode
Mantis Bug Tracker
mantis at public.kitware.com
Fri Sep 9 08:03:39 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=12450
======================================================================
Reported By: Druon
Assigned To:
======================================================================
Project: CMake
Issue ID: 12450
Category: (No Category)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-09-09 08:03 EDT
Last Modified: 2011-09-09 08:03 EDT
======================================================================
Summary: Xcode generator: removing dependency in Xcode
crashes Xcode
Description:
Using a CMake-generated Xcode project file, it's not possible to remove a
dependency without crashing Xcode. I'm not sure if this is a "supported
operation", but I came across it by accident while investigating a dependency
issue.
Steps to Reproduce:
Use the following CMakeLists.txt file with empty bar.c and foo.c. Generate an
Xcode project then try to remove dependency 'bar' from the 'foo' target in
Xcode.
cmake_minimum_required(VERSION 2.8)
add_library(bar bar.c)
add_executable(foo foo.c)
target_link_libraries(foo bar)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-09-09 08:03 Druon New Issue
======================================================================
More information about the cmake-developers
mailing list