From 0119cdfe1c2a884455bc54343128196f56f9c903 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 19 Oct 2023 17:35:05 -0400 Subject: [PATCH] symlink policy for pybind11 libs --- cmake/xo_cxx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/xo_cxx.cmake b/cmake/xo_cxx.cmake index 2c169b77..0b054171 100644 --- a/cmake/xo_cxx.cmake +++ b/cmake/xo_cxx.cmake @@ -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() # ----------------------------------------------------------------