diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 16ce2c26..a4a8978e 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)