File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -314,8 +314,7 @@ add_framework(CoreFoundation
314
314
URL.subproj/CFURLAccess.c
315
315
URL.subproj/CFURL.c
316
316
URL.subproj/CFURLComponents.c
317
- URL.subproj/CFURLComponents_URIParser.c
318
- URL.subproj/CFURLSessionInterface.c )
317
+ URL.subproj/CFURLComponents_URIParser.c )
319
318
320
319
add_framework (CFURLSessionInterface
321
320
${FRAMEWORK_LIBRARY_TYPE}
@@ -380,9 +379,6 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL Windows)
380
379
PRIVATE
381
380
-D_WINDLL )
382
381
endif ()
383
- target_compile_definitions (CoreFoundation
384
- PRIVATE
385
- -DCURL_STATICLIB )
386
382
target_compile_definitions (CFURLSessionInterface
387
383
PRIVATE
388
384
-DCURL_STATICLIB )
@@ -426,9 +422,6 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
426
422
PRIVATE
427
423
${LIBXML2_INCLUDE_DIR} )
428
424
find_package (CURL REQUIRED )
429
- target_include_directories (CoreFoundation
430
- PRIVATE
431
- ${CURL_INCLUDE_DIRS} )
432
425
target_include_directories (CFURLSessionInterface
433
426
PRIVATE
434
427
${CURL_INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments