Skip to content

Commit

Permalink
chore(FFI): Disable test using curl as the header fails to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 12, 2024
1 parent d7489b8 commit 0998cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/pact_ffi/examples/logging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ find_package(PactFfi REQUIRED CONFIG PATHS ${SEARCH_PATH})
#################################################################################################
find_package(CURL)
if(CURL_FOUND)
add_definitions( -DCURL=1 )
# add_definitions( -DCURL=1 )
# Curl headers fail to compile
endif()

#################################################################################################
Expand Down

0 comments on commit 0998cd2

Please sign in to comment.