genral: always link libcurl to avoid unresolved symbols in pcbnew

This commit is contained in:
Tomasz Wlostowski 2020-02-25 20:18:44 +01:00
parent d1a5d8c78b
commit ce683c403a
1 changed files with 5 additions and 2 deletions

View File

@ -303,8 +303,6 @@ set( COMMON_SRCS
hotkey_store.cpp
hotkeys_basic.cpp
html_messagebox.cpp
kicad_curl/kicad_curl.cpp
kicad_curl/kicad_curl_easy.cpp
kiface_i.cpp
kiway.cpp
kiway_express.cpp
@ -353,6 +351,11 @@ if( NOT HAVE_STRTOKR )
list( APPEND COMMON_SRCS strtok_r.c )
endif()
list( APPEND COMMON_SRCS
kicad_curl/kicad_curl.cpp
kicad_curl/kicad_curl_easy.cpp
)
set( COMMON_SRCS
${COMMON_SRCS}