We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744a509 commit f233cf2Copy full SHA for f233cf2
CMakeLists.txt
@@ -1,6 +1,10 @@
1
cmake_minimum_required(VERSION 4.0)
2
project(pylibbpf)
3
4
+set(CMAKE_CXX_STANDARD 20)
5
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
6
+set(CMAKE_CXX_EXTENSIONS OFF)
7
+
8
# pybind11
9
include_directories(${CMAKE_SOURCE_DIR}/src)
10
add_subdirectory(pybind11)
0 commit comments