mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
3b9e04accb
The pch object file could cause problems when the reused pch is passed through an OBJECT library, which would use INTERFACE_LINK_LIBRARIES to link the pch object file. Fixes: #22630