From 6855b558ac261c759799a616bfb88d43b4b73b06 Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 22 Jan 2025 21:25:39 +0000 Subject: [PATCH] CMake: use imported target for pybind11 (in the GUI). See commit 43b2f385. --- gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.