Skip to content

Commit 6e22236

Browse files
committed
Update CMake
1 parent ca5af07 commit 6e22236

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
cmake_minimum_required(VERSION 3.10...3.28)
1+
# This file is part of the https://github.com/morzhovets/momo
2+
# project, distributed under the MIT License. See
3+
# https://github.com/morzhovets/momo/blob/branch_cpp11/LICENSE
4+
# for details.
5+
6+
cmake_minimum_required(VERSION 3.10...4.2)
27

38
project(momo
49
VERSION 3.11

test/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
cmake_minimum_required(VERSION 3.10...3.28)
1+
# This file is part of the https://github.com/morzhovets/momo
2+
# project, distributed under the MIT License. See
3+
# https://github.com/morzhovets/momo/blob/branch_cpp11/LICENSE
4+
# for details.
5+
6+
cmake_minimum_required(VERSION 3.10...4.2)
27

38
project(momo_test
49
LANGUAGES CXX)

0 commit comments

Comments
 (0)