diff options
| author | sonoro1234 <sonoroster@gmail.com> | 2025-07-20 19:01:55 +0200 |
|---|---|---|
| committer | sonoro1234 <sonoroster@gmail.com> | 2025-07-20 19:01:55 +0200 |
| commit | c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff (patch) | |
| tree | 2c1c347a222be3805404a198d0ef6d4115d8f98b | |
| parent | b60ef277cdb7922ecd2df1702a221ca37665518f (diff) | |
| download | lanes-c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff.tar.gz lanes-c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff.tar.bz2 lanes-c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff.zip | |
cmake for c++20 in master branch
| -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) |
