From 4294ea519c835bc8bfdb8eaa69cf8bc0e1786280 Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Sat, 10 Sep 2016 19:32:58 +0200 Subject: [cmake/win32] Fix coverity build Commit 27ca9e19e9340792251f33b75dd8b5dc0b3c8c40 seems to have changed the order in which upnp related libraries are built on windows. This fails the coverity build with symbol redefinition errors in NptXbmcFile.cpp vs. NptWin32File.cpp. Since we have some modifications in NptXbmcFile.cpp we should prefer this and don't build the one shipped with the upnp lib. --- lib/libUPnP/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/libUPnP/CMakeLists.txt b/lib/libUPnP/CMakeLists.txt index 73a1d74935..a3aaa49e6f 100644 --- a/lib/libUPnP/CMakeLists.txt +++ b/lib/libUPnP/CMakeLists.txt @@ -81,7 +81,6 @@ else() list(APPEND SOURCES Neptune/Source/System/Win32/NptWin32Console.cpp Neptune/Source/System/Win32/NptWin32Debug.cpp Neptune/Source/System/Win32/NptWin32DynamicLibraries.cpp - Neptune/Source/System/Win32/NptWin32File.cpp Neptune/Source/System/Win32/NptWin32MessageQueue.cpp Neptune/Source/System/Win32/NptWin32Network.cpp Neptune/Source/System/Win32/NptWin32Queue.cpp -- cgit v1.2.3