CMake: use imported target for pybind11 (in the GUI).

See commit 43b2f385.
This commit is contained in:
Catherine 2025-01-22 21:25:39 +00:00
parent 17943a51cb
commit 6855b558ac

View File

@ -63,7 +63,7 @@ target_link_libraries(nextpnr-${target}-gui PRIVATE
nextpnr_version nextpnr_version
Qt5::OpenGL Qt5::OpenGL
QtPropertyBrowser QtPropertyBrowser
pybind11_headers pybind11::headers
) )
# Currently always the case when the GUI is built. # Currently always the case when the GUI is built.