Bump to 0.2.24

This commit is contained in:
Duncan Ogilvie
2023-06-12 18:28:44 +02:00
parent bdd9d393d6
commit 5bfa03d311
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -780,7 +780,6 @@ const Project *Project::root() const {
bool Project::cmake_minimum_version(int major, int minor) const {
// NOTE: this code is like pulling teeth, sorry
auto root_version = root()->cmake_version;
puts(root_version.c_str());
auto range_index = root_version.find("...");
if (range_index != std::string::npos) {
root_version.resize(range_index);