Commit c2294a06 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

explicitly add C++ standard for pybind11

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -33,6 +33,7 @@ ext_modules = [
*deps_include_dirs
],
language='c++',
cxx_std=17,
define_macros=[('VERSION_INFO', __version__)]
),
]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment