From 9e0560c2ab34034ed3ade026bcc2f808bab01381 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Sun, 26 Oct 2025 14:06:39 -0700 Subject: [PATCH] Fix cmake version comment in CMakeLists.txt. NFC This wasn't updated correctly in #7238 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08359d809c7..bf27bb13d0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -# Version set according the the cmake versions available in Ubuntu/Bionic: -# https://packages.ubuntu.com/focal/cmake +# Version set according the the cmake version available in Ubuntu/Focal (LTS): +# https://launchpad.net/ubuntu/focal/+source/cmake cmake_minimum_required(VERSION 3.16.3) # Needed for C++17 (std::variant)