Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix wrong syntax in vcpkg cmake
Fix if(EXISTS var) statements to be written as if(EXISTS ${var}) because the EXISTS operator does not accept variable references. Signed-off-by: Rafael Kitover <[email protected]>
- Loading branch information