From 15515a29544014cf5fe8c07e7e14d5fcafc1ca78 Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Tue, 26 May 2020 16:49:08 +0300 Subject: [PATCH] CMakeLists.txt fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a67043a..4bd720c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -358,7 +358,7 @@ if(NOT PIP_FREERTOS) if(WIN32) if(${C_COMPILER} STREQUAL "cl.exe") else() - list(APPEND LIBS_MAIN ws2_32 iphlpapi psapi cfgmgr32 SetupAPI) + list(APPEND LIBS_MAIN ws2_32 iphlpapi psapi cfgmgr32 setupapi) endif() else() list(APPEND LIBS_MAIN dl)