We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5af07 commit 6e22236Copy full SHA for 6e22236
2 files changed
CMakeLists.txt
@@ -1,4 +1,9 @@
1
-cmake_minimum_required(VERSION 3.10...3.28)
+# 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)
7
8
project(momo
9
VERSION 3.11
test/CMakeLists.txt
project(momo_test
LANGUAGES CXX)
0 commit comments