mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
Add policy `CMP0142` to remove the automatic addition of the `$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)` suffix in a compatible way. Fixes: #21757
7 lines
209 B
ReStructuredText
7 lines
209 B
ReStructuredText
xcode-lib-dirs
|
|
--------------
|
|
|
|
* The :generator:`Xcode` generator no longer adds the per-config suffix
|
|
``$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)`` to library search paths.
|
|
See policy :policy:`CMP0142`.
|