File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ if(DEFINED ${_Python}_INCLUDE_DIRS)
130
130
# Only add Python for build - must be added during the import for config
131
131
# since it has to be re-discovered.
132
132
#
133
- # This needs to be an target to it is included after the local pybind11
134
- # directory, just in case there are multiple versions of pybind11, we want
135
- # the one we expect .
133
+ # This needs to be a target to be included after the local pybind11
134
+ # directory, just in case there there is an installed pybind11 sitting
135
+ # next to Python's includes. It also ensures Python is a SYSTEM library .
136
136
add_library (pybind11::python_headers INTERFACE IMPORTED )
137
137
set_property (
138
138
TARGET pybind11::python_headers PROPERTY INTERFACE_INCLUDE_DIRECTORIES
You can’t perform that action at this time.
0 commit comments