mirror of
https://github.com/curl/curl.git
synced 2026-05-15 18:26:22 +03:00
cmake: drop redundant macro from test clients
Not necessary now that test clients #include `curl_setup.h`.
Follow-up to 539d11297d #17642
Closes #17657
This commit is contained in:
parent
9e3492690b
commit
a282d89a8a
1 changed files with 1 additions and 2 deletions
|
|
@ -50,6 +50,5 @@ target_include_directories(clients PRIVATE
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}" # for "first.h"
|
||||
)
|
||||
target_link_libraries(clients ${LIB_SELECTED} ${CURL_LIBS})
|
||||
set_property(TARGET clients APPEND PROPERTY COMPILE_DEFINITIONS "CURL_NO_OLDIES"
|
||||
"$<$<BOOL:MSVC>:_CRT_SECURE_NO_DEPRECATE>")
|
||||
set_property(TARGET clients APPEND PROPERTY COMPILE_DEFINITIONS "CURL_NO_OLDIES")
|
||||
set_target_properties(clients PROPERTIES OUTPUT_NAME "${BUNDLE}" PROJECT_LABEL "Test ${BUNDLE}" UNITY_BUILD OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue