mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Cvpcb link process: add missing openmp lib (used by 3d viewer since rev 5544) in library list to link.
This commit is contained in:
parent
7eaceffd35
commit
84c77aebc5
@ -118,6 +118,7 @@ target_link_libraries( cvpcb_kiface
|
||||
gal
|
||||
${wxWidgets_LIBRARIES}
|
||||
${GDI_PLUS_LIBRARIES}
|
||||
${OPENMP_LIBRARIES} # used by 3d viewer
|
||||
)
|
||||
|
||||
if( BUILD_GITHUB_PLUGIN )
|
||||
|
Loading…
x
Reference in New Issue
Block a user