genral: always link libcurl to avoid unresolved symbols in pcbnew
This commit is contained in:
parent
d1a5d8c78b
commit
ce683c403a
|
@ -303,8 +303,6 @@ set( COMMON_SRCS
|
||||||
hotkey_store.cpp
|
hotkey_store.cpp
|
||||||
hotkeys_basic.cpp
|
hotkeys_basic.cpp
|
||||||
html_messagebox.cpp
|
html_messagebox.cpp
|
||||||
kicad_curl/kicad_curl.cpp
|
|
||||||
kicad_curl/kicad_curl_easy.cpp
|
|
||||||
kiface_i.cpp
|
kiface_i.cpp
|
||||||
kiway.cpp
|
kiway.cpp
|
||||||
kiway_express.cpp
|
kiway_express.cpp
|
||||||
|
@ -353,6 +351,11 @@ if( NOT HAVE_STRTOKR )
|
||||||
list( APPEND COMMON_SRCS strtok_r.c )
|
list( APPEND COMMON_SRCS strtok_r.c )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
list( APPEND COMMON_SRCS
|
||||||
|
kicad_curl/kicad_curl.cpp
|
||||||
|
kicad_curl/kicad_curl_easy.cpp
|
||||||
|
)
|
||||||
|
|
||||||
set( COMMON_SRCS
|
set( COMMON_SRCS
|
||||||
${COMMON_SRCS}
|
${COMMON_SRCS}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue