From 5a8197702494885ced338a545ed3f3fc335227ef Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 15 Sep 2023 08:47:42 +0200 Subject: [PATCH] Fix a link issue on msys2 --- common/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index cbd75b6e9a..5435e0317b 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -68,6 +68,9 @@ target_link_libraries( kicommon nlohmann_json fmt::fmt ${wxWidgets_LIBRARIES} + + # needed by kiid to allow linking for Boost for the UUID against bcrypt (msys2 only) + ${EXTRA_LIBS} ) include( ${KICAD_CMAKE_MODULE_PATH}/KiCadVersion.cmake )