Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Avoid "Unknown arguments specified"
Without these arguments quoted, cmake 3.30.0 fails with ``` CMake Error at CMakeLists.txt:550 (if): if given arguments: "EXISTS" "/usr/include" "/usr/include/libdrm/i915_drm.h" "AND" "EXISTS" "/usr/include" "/usr/include/libdrm/amdgpu_drm.h" Unknown arguments specified ``` Signed-off-by: Jon Gjengset <jon@thesquareplanet.com>
- Loading branch information