symlink policy for pybind11 libs

This commit is contained in:
Roland Conybeare 2023-10-19 17:35:05 -04:00
commit 0119cdfe1c

View file

@ -559,7 +559,7 @@ macro(xo_pybind11_library target projectTargets source_files)
xo_pybind11_link_flags()
xo_include_options2(${target})
xo_install_library3(${target} ${projectTargets})
xo_install_library4(${target} ${projectTargets})
endmacro()
# ----------------------------------------------------------------