Skip to content
Snippets Groups Projects
Commit 5cd330fd authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add option -DPYBIND11_FINDPYTHON=ON.

parent 8c875c87
No related branches found
No related tags found
1 merge request!75Update 0.5.1 -> 0.6.0
Pipeline #71396 failed
......@@ -87,6 +87,7 @@ class CMakeBuild(build_ext):
f"-DENABLE_ASAN={asan}",
f"-DCUDA={with_cuda}",
"-DPYBIND=ON",
"-DPYBIND11_FINDPYTHON=ON",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"-DCOVERAGE=OFF",
"-DCMAKE_CUDA_ARCHITECTURES=native",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment