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

Add option -DPYBIND11_FINDPYTHON=ON.

parent d194edc7
No related branches found
No related tags found
1 merge request!54Update 0.3.1 -> 0.4.0
Pipeline #71744 failed
......@@ -88,6 +88,7 @@ class AidgePkgBuild(build_ext):
f"-DENABLE_ASAN={asan}",
f"-DCUDA={with_cuda}",
"-DPYBIND=ON",
"-DPYBIND11_FINDPYTHON=ON",
f"-DPYBIND_INSTALL_PREFIX:PATH={pybind_install_prefix}",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=1",
"-DCOVERAGE=OFF",
......
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