Skip to content

Commit a91cc12

Browse files
authored
Fix cmake version comment in CMakeLists.txt. NFC (#7999)
This wasn't updated correctly in #7238
1 parent 1ed75b5 commit a91cc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Version set according the the cmake versions available in Ubuntu/Bionic:
2-
# https://packages.ubuntu.com/focal/cmake
1+
# Version set according the the cmake version available in Ubuntu/Focal (LTS):
2+
# https://launchpad.net/ubuntu/focal/+source/cmake
33
cmake_minimum_required(VERSION 3.16.3)
44

55
# Needed for C++17 (std::variant)

0 commit comments

Comments
 (0)