Skip to content

Commit

Permalink
CMake: use imported target for pybind11 (in the GUI).
Browse files Browse the repository at this point in the history
See commit 43b2f38.
  • Loading branch information
whitequark committed Jan 22, 2025
1 parent 17943a5 commit 7810177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ target_link_libraries(nextpnr-${target}-gui PRIVATE
nextpnr_version
Qt5::OpenGL
QtPropertyBrowser
pybind11_headers
pybind11::headers
)

# Currently always the case when the GUI is built.
Expand Down

0 comments on commit 7810177

Please sign in to comment.