Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix finding include directory for ccd when falling back from using pkg-config. The old mechanism would find the include directory as e.g. `prefix/include/ccd`, which fails when we try to include `ccd/ccd.h`. Drop the path suffix and instead search for the literal name `ccd/ccd.h`, which will produce the correct include path.
- Loading branch information