aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Fetzer <fetzer.ch@gmail.com>2016-09-10 19:32:58 +0200
committerChristian Fetzer <fetzer.ch@gmail.com>2016-09-12 08:04:55 +0200
commit4294ea519c835bc8bfdb8eaa69cf8bc0e1786280 (patch)
tree8586951e61367b8d26555a9edc44874205284743 /lib
parent55c4900a9fba6c0485bad5a658c9a1258850ad1a (diff)
[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.
Diffstat (limited to 'lib')
-rw-r--r--lib/libUPnP/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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