fix curl compile cmake

This commit is contained in:
2023-10-06 13:21:11 -05:00
parent ce204d0f8f
commit d9959342d3
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
add_executable(pengobot
main.cpp
)
target_link_libraries(pengobot ${CURL_LIBRARIES} -static)
target_link_libraries(pengobot curl -static-openssl -static-libgcc -static-libstdc++)