suppress warnings from the thirdparty lib, uvw

This commit is contained in:
falsycat 2023-08-26 11:45:51 +09:00
parent a1114060b8
commit cd1d06ad6e

View File

@ -25,6 +25,7 @@ FetchContent_Declare(
uvw
GIT_REPOSITORY https://github.com/skypjack/uvw.git
GIT_TAG v3.2.0_libuv_v1.46
SYSTEM
)
set(BUILD_UVW_LIBS ON)
FetchContent_MakeAvailable(uvw)