The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14133 ====================================================================== Reported By: Stephan Tolksdorf Assigned To: ====================================================================== Project: CMake Issue ID: 14133 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-05-09 06:30 EDT Last Modified: 2013-05-09 06:30 EDT ====================================================================== Summary: CMake creates duplicate target subfolders in Xcode project files Description: When using the Xcode generator, the following cmake script creates two identically named subfolders "sub" below the folder "top", although it should only create one folder "sub" for both targets. I've tested this with CMake version 2.8.11 RC4 and Xcode 4.6.2
add_executable(test1 test1.cpp) SET_PROPERTY(TARGET test1 PROPERTY FOLDER "top/sub") add_executable(test2 test2.cpp) SET_PROPERTY(TARGET test2 PROPERTY FOLDER "top/sub") Steps to Reproduce: Generate an Xcode project file for the attached test project. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-05-09 06:30 Stephan TolksdorfNew Issue 2013-05-09 06:30 Stephan TolksdorfFile Added: FolderTest.zip ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
