Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace cmake_path with file RELATIVE_PATH (#9)
### Briefly, what does this PR introduce? This replaces a call to `cmake_path` (introduced in cmake v3.20) with a more compatible `file` call. `file(RELATIVE_PATH)` exists in [cmake v3.16](https://cmake.org/cmake/help/v3.16/command/file.html) used as minimum for EDM4eic. ### What kind of change does this PR introduce? - [X] Bug fix (issue #7) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
- Loading branch information