Skip to content
Snippets Groups Projects
Commit ea9c7887 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] update pybind11 usage

parent d333ff18
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ endif()
dune_library_add_sources(dunextfunctions SOURCES ${lib_dune_xt_functions_sources})
if(dune-pybindxi_FOUND)
dune_pybindxi_add_module(_functions bindings.cc)
dune_pybindxi_add_module(_functions EXCLUDE_FROM_ALL bindings.cc)
target_link_dune_default_libraries(_functions)
add_dune_alberta_flags(GRIDDIM 2 _functions)
if (DUNE_XT_WITH_PYTHON_BINDINGS)
......
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