Skip to content

VS: Fix SBCS support for object libraries

Brad King requested to merge brad.king/cmake:object-library-sbcs into master

In commit 3a53005f we updated the condition for unicode but accidentally left out the SBCS case support for object libraries.

Fixes: #19469 (closed)

Merge request reports