**Describe the bug** DXIL Cmake configuration target release var is mispelled. https://github.com/microsoft/vcpkg/blob/2273a28f34ce5aac8be50b3b6b44da7fc1722e06/ports/directx-dxc/directx-dxc-config.cmake.in#L22 It should be `IMPORTED_LOCATION_RELEASE` instead of `IMPORTED_LOCATION_RELASE`
Describe the bug
DXIL Cmake configuration target release var is mispelled.
vcpkg/ports/directx-dxc/directx-dxc-config.cmake.in
Line 22 in 2273a28
It should be
IMPORTED_LOCATION_RELEASEinstead ofIMPORTED_LOCATION_RELASE