The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12532 ====================================================================== Reported By: Daniel Dekkers Assigned To: ====================================================================== Project: CMake Issue ID: 12532 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-10-21 12:53 EDT Last Modified: 2011-10-21 12:53 EDT ====================================================================== Summary: Defining different settings for different configurations in Xcode (4.0.2) generator Description: Setting properties with the [variant=] construction in SET_TARGET_PROPERTIES() gives unexpected results.
Steps to Reproduce: As an example: SET_TARGET_PROPERTIES( ${APP_NAME} PROPERTIES XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS[variant=Debug] "EntitlementsDebug.plist" ) SET_TARGET_PROPERTIES( ${APP_NAME} PROPERTIES XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS[variant=Release] "EntitlementsAdHoc.plist" ) Will fill both configurations (Debug and Release) with both settings (EntitlementsDebug.plist and EntitlementsAdHoc.plist). Additional Information: The [variant=] construction is undocumented, apart from the bug tracker. Related to... http://www.cmake.org/Bug/view.php?id=11667 http://www.cmake.org/Bug/view.php?id=8179 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-10-21 12:53 Daniel Dekkers New Issue ====================================================================== -- 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