Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure correct cmake script argument (#169)
When running a build in a scenario with multiple paths in CMAKE_MODULE_PATH, we aren't actually running the git-version script. This happens because we are APPENDing our own module path to the existing setting. Instead of relying on the contents of CMAKE_MODULE_PATH, create a variable that is dedicated to our own location, and use that to specify the git-version script. Signed-off-by: Frans Klaver <[email protected]> Co-authored-by: Frans Klaver <[email protected]>
- Loading branch information