diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index e1ca2a74..4b6da965 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,3 +1,5 @@ +set(CMAKE_CXX_STANDARD 20) + option(EXTERNAL_PYBIND11 "Whether to download pybind11" ON) if(EXTERNAL_PYBIND11)