File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -347,17 +347,6 @@ macro(xeus_cpp_create_target target_name linkage output_name)
347347 elseif (NOT EMSCRIPTEN)
348348 find_package (CURL REQUIRED )
349349
350- # Add CURL_STATICLIB definition if linking statically
351- if (CURL_STATICLIB)
352- target_compile_definitions (${target_name} PUBLIC CURL_STATICLIB )
353- endif ()
354-
355- # Link against the correct libcurl target
356- if (CURL_FOUND)
357- target_include_directories (${target_name} PRIVATE ${CURL_INCLUDE_DIRS} )
358- target_link_libraries (${target_name} PRIVATE ${CURL_LIBRARIES} )
359- endif ()
360-
361350 # Curl initialised specifically for xassist
362351 target_link_libraries (${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse CURL::libcurl )
363352 else ()
You can’t perform that action at this time.
0 commit comments