forked from StableCoder/cmake-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed ccov-all targets for CMake pre v3.17.0
CMake only added support for `cmake -E rm` with v3.17.0, prior to that it was the flawed `cmake -E remove`. To support this older version, still widely available in Ubuntu 20.04 LTS, there is now a check around commands removing files.
- Loading branch information
1 parent
6c2b84b
commit 2a6517a
Showing
1 changed file
with
57 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters