Skip to content

Commit

Permalink
updated cpp http lib and fixed error with parameter in target compile…
Browse files Browse the repository at this point in the history
… options
  • Loading branch information
ynput committed Dec 10, 2024
1 parent c9004d0 commit ddcf5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AyonCppApi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ target_include_directories(AyonCppApi PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../e
target_link_libraries(AyonCppApi PRIVATE nlohmann_json::nlohmann_json)
target_link_libraries(AyonCppApi PRIVATE Backward::Interface)

target_compile_definitions(AyonCppApi INTERFACE CPPHTTPLIB_OPENSSL_SUPPORT)
target_compile_definitions(AyonCppApi PUBLIC CPPHTTPLIB_OPENSSL_SUPPORT)

if(WIN32)
target_link_libraries(AyonCppApi PRIVATE
Expand Down

0 comments on commit ddcf5d8

Please sign in to comment.