mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
curl fix
This commit is contained in:
parent
50615486a4
commit
d22f83c797
@ -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…
x
Reference in New Issue
Block a user