diff options
author | Christian Fetzer <fetzer.ch@gmail.com> | 2016-09-10 19:32:58 +0200 |
---|---|---|
committer | Christian Fetzer <fetzer.ch@gmail.com> | 2016-09-12 08:04:55 +0200 |
commit | 4294ea519c835bc8bfdb8eaa69cf8bc0e1786280 (patch) | |
tree | 8586951e61367b8d26555a9edc44874205284743 /lib | |
parent | 55c4900a9fba6c0485bad5a658c9a1258850ad1a (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.txt | 1 |
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 |