Cmake-fetching GC fails
Open
bug
- Dominant language
- C++
- Stars
- 54
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
`FetchContent_MakeAvailable` can fail if an older cmake version is used (reproduces with 3.22.1).
```
[ 11%] Performing download step (git clone) for 'gc-populate'
fatal: could not create work tree dir '': No such file or directory
```
A simple workaround is to use a newer cmake version.
Contributor guide
Assessment
This issue has not been assessed yet.