mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +00:00
CMake: Hide warnings in Externals also for non-msvc.
This commit is contained in:
parent
85dee300b5
commit
25833cfd62
34 changed files with 55 additions and 53 deletions
2
Externals/curl/CMakeLists.txt
vendored
2
Externals/curl/CMakeLists.txt
vendored
|
@ -45,7 +45,7 @@ if(NOT CURL_CA_PATH_SET)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
dolphin_disable_warnings_msvc(curl)
|
||||
dolphin_disable_warnings(curl)
|
||||
target_link_libraries(curl ${CURL_LIBS})
|
||||
target_include_directories(curl PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/curl/include")
|
||||
target_compile_definitions(curl PRIVATE "BUILDING_LIBCURL=1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue