Xcode: Do not append per-config suffixes to library search paths

Add policy `CMP0142` to remove the automatic addition of the
`$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)` suffix in a compatible way.

Fixes: #21757
This commit is contained in:
Mikko Sivulainen
2022-09-14 14:30:41 +03:00
committed by Brad King
parent c3e68020d6
commit d4cc39842e
8 changed files with 74 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
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`.