Fix a link issue on msys2
This commit is contained in:
parent
0df78f2f68
commit
5a81977024
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue