Skip to content

Commit

Permalink
update pybind11 & made C++20 required
Browse files Browse the repository at this point in the history
  • Loading branch information
atw1020 committed Jan 6, 2022
1 parent be0c5a2 commit fb6dd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.4)
project(sente)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down

0 comments on commit fb6dd4b

Please sign in to comment.