blob: cadb755bb19beec4f592e9d52a2ddf960de9b24b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
https://bugs.gentoo.org/955898
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
# Please note that the package source code is licensed under its own license.
project ( toluapp C )
-cmake_minimum_required ( VERSION 2.8 )
+cmake_minimum_required ( VERSION 3.15 )
include ( GNUInstallDirs )
find_package ( Lua ${LUA_VERSION} EXACT REQUIRED )
|