diff options
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index be6a2f2..2c5c66f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -3,9 +3,10 @@ | |||
| 3 | # Redistribution and use of this file is allowed according to the terms of the MIT license. | 3 | # Redistribution and use of this file is allowed according to the terms of the MIT license. |
| 4 | # For details see the COPYRIGHT file distributed with LuaDist. | 4 | # For details see the COPYRIGHT file distributed with LuaDist. |
| 5 | # Please note that the package source code is licensed under its own license. | 5 | # Please note that the package source code is licensed under its own license. |
| 6 | CMAKE_MINIMUM_REQUIRED(VERSION 3.18) | ||
| 7 | PROJECT(lanes CXX) | ||
| 8 | set (CMAKE_CXX_STANDARD 20) | ||
| 6 | 9 | ||
| 7 | PROJECT(lanes C) | ||
| 8 | CMAKE_MINIMUM_REQUIRED(VERSION 2.6) | ||
| 9 | 10 | ||
| 10 | 11 | ||
| 11 | FIND_PACKAGE(Lua51 REQUIRED) | 12 | FIND_PACKAGE(Lua51 REQUIRED) |
