-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cpp: Remove redundant cmake version checks
In the top-level CMakeLists.txt, a minimum cmake version of 3.15 is required. Therefore, all checks that were checking whether the cmake version is >= 3.0 or 3.1 (etc.) are redundant as those will always be true due to above requirement. Signed-off-by: Robert Adam <dev@robert-adam.de>
- Loading branch information
Showing
1 changed file
with
11 additions
and
26 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