aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonoro1234 <sonoroster@gmail.com>2025-07-20 19:01:55 +0200
committersonoro1234 <sonoroster@gmail.com>2025-07-20 19:01:55 +0200
commitc5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff (patch)
tree2c1c347a222be3805404a198d0ef6d4115d8f98b
parentb60ef277cdb7922ecd2df1702a221ca37665518f (diff)
downloadlanes-c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff.tar.gz
lanes-c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff.tar.bz2
lanes-c5ac7e90cfd0596bb443c41fbaa296ab6cd5eaff.zip
cmake for c++20 in master branch
-rw-r--r--CMakeLists.txt5
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.
6CMAKE_MINIMUM_REQUIRED(VERSION 3.18)
7PROJECT(lanes CXX)
8set (CMAKE_CXX_STANDARD 20)
6 9
7PROJECT(lanes C)
8CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
9 10
10 11
11FIND_PACKAGE(Lua51 REQUIRED) 12FIND_PACKAGE(Lua51 REQUIRED)