File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33project (LuaBridge)
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33set (LUABRIDGE_HEADERS
44 ${CMAKE_CURRENT_SOURCE_DIR} /LuaBridge/Array.h
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33# ====================================================== Locations
44
Original file line number Diff line number Diff line change 66# Upgrade to luajit-2.1 by 9chu
77# Modified 2022 by kunitoki
88
9- CMAKE_MINIMUM_REQUIRED (VERSION 3.6 FATAL_ERROR)
9+ CMAKE_MINIMUM_REQUIRED (VERSION 3.10 FATAL_ERROR)
1010
1111project (Lua C ASM)
1212
Original file line number Diff line number Diff line change 22
33## Linux and MacOS
44
5- Have CMake 3.5 + and a compiler supporting C++17 installed.
5+ Have CMake 3.10 + and a compiler supporting C++17 installed.
66
77Run cmake to generate Makefiles:
88
@@ -33,7 +33,7 @@ Run tests from the `build` directory:
3333
3434## macOS
3535
36- Have CMake 3.5 + and Xcode 11+ installed.
36+ Have CMake 3.10 + and Xcode 11+ installed.
3737
3838Run cmake to generate Makefiles:
3939
@@ -64,7 +64,7 @@ Run tests from the `build` directory:
6464
6565# Windows
6666
67- Have CMake 3.5 + and MSVC 2019 installed.
67+ Have CMake 3.10 + and MSVC 2019 installed.
6868
6969Run cmake to generate MSVC solution and project files (run ` cmake -G ` to see all variants):
7070
You can’t perform that action at this time.
0 commit comments