diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 07f728f9..ff5d9208 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -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.