CMake's FetchContent package will check out a git repo and leave permissions as read-only, causing rm to fail. Pass -f so that rm will succeed.
CMake's FetchContent package will check out a git repo and leave permissions as read-only, causing rm to fail. Pass -f so that rm will succeed.