We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NO_EXTRAS
pybind11_add_module
1 parent ad9fd39 commit 1f8b4a7Copy full SHA for 1f8b4a7
tools/pybind11NewTools.cmake
@@ -274,10 +274,6 @@ function(pybind11_add_module target_name)
274
target_link_libraries(${target_name} PRIVATE pybind11::embed)
275
endif()
276
277
- if(MSVC)
278
- target_link_libraries(${target_name} PRIVATE pybind11::windows_extras)
279
- endif()
280
-
281
# -fvisibility=hidden is required to allow multiple modules compiled against
282
# different pybind versions to work properly, and for some features (e.g.
283
# py::module_local). We force it on everything inside the `pybind11`
0 commit comments