Skip to content

Commit cb0c69e

Browse files
Merge branch 'pybind:master' into master
2 parents 54b7d3a + 1f8b4a7 commit cb0c69e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/pybind11NewTools.cmake

-4
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ function(pybind11_add_module target_name)
274274
target_link_libraries(${target_name} PRIVATE pybind11::embed)
275275
endif()
276276

277-
if(MSVC)
278-
target_link_libraries(${target_name} PRIVATE pybind11::windows_extras)
279-
endif()
280-
281277
# -fvisibility=hidden is required to allow multiple modules compiled against
282278
# different pybind versions to work properly, and for some features (e.g.
283279
# py::module_local). We force it on everything inside the `pybind11`

0 commit comments

Comments
 (0)