microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
786 stars 152 forks source link

Fix CMake problem with /Zc:templateScope on older Windows SDKs #101

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

When building with CMake and VS 2022 Update 5 or later, I make use of /Zc:templateScope for conformance validation. This is, however, not compatible with the Windows SDK prior to the Windows SDK (22000) build.