Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct CMake base directory offset
CMAKE_SOURCE_DIR is the top-level directory of a project, but if you include this as a dependency, the file check locations won't exist at the top level of any parent project. CMAKE_CURRENT_SOURCE_DIR is the actual directory of the current project() regardless of compile mode (standalone or included in another project).
- Loading branch information