mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:03:06 +03:00
try something
This commit is contained in:
parent
1f4ba49bec
commit
dab0d6db93
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ foreach(_target IN LISTS check_PROGRAMS _all) # keep '_all' last
|
|||
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.13)
|
||||
set_target_properties(${_target_name} PROPERTIES STATIC_LIBRARY_OPTIONS "-ignore:4006;-ignore:4221")
|
||||
else()
|
||||
set_target_properties(${_target_name} PROPERTIES STATIC_LIBRARY_FLAGS "-ignore:4006;-ignore:4221")
|
||||
set_target_properties(${_target_name} PROPERTIES STATIC_LIBRARY_FLAGS "-ignore:4006 -ignore:4221")
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue