Skip to content

Commit 10d5abb

Browse files
style: pre-commit fixes
1 parent 4c51622 commit 10d5abb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/pybind11Common.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ add_library(pybind11::python_link_helper IMPORTED INTERFACE ${optional_global})
114114
set_property(
115115
TARGET pybind11::python_link_helper
116116
APPEND
117-
PROPERTY INTERFACE_LINK_OPTIONS "$<$<PLATFORM_ID:Darwin,iOS,tvOS,watchOS,visionOS>:LINKER:-undefined,dynamic_lookup>")
117+
PROPERTY INTERFACE_LINK_OPTIONS
118+
"$<$<PLATFORM_ID:Darwin,iOS,tvOS,watchOS,visionOS>:LINKER:-undefined,dynamic_lookup>")
118119

119120
# ------------------------ Windows extras -------------------------
120121

0 commit comments

Comments
 (0)