mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 20:36:13 +02:00
curl fix
This commit is contained in:
parent
50615486a4
commit
d22f83c797
1 changed files with 3 additions and 1 deletions
|
@ -89,6 +89,8 @@ target_compile_options(sist2
|
|||
-fomit-frame-pointer
|
||||
)
|
||||
|
||||
target_link_directories(sist2 PRIVATE /usr/local/lib)
|
||||
|
||||
TARGET_LINK_LIBRARIES(
|
||||
sist2
|
||||
|
||||
|
@ -133,7 +135,7 @@ TARGET_LINK_LIBRARIES(
|
|||
|
||||
# curl
|
||||
${PROJECT_SOURCE_DIR}/lib/libcurl.a
|
||||
-L/usr/local/lib ssl crypto
|
||||
ssl crypto
|
||||
)
|
||||
|
||||
add_custom_target(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue