diff options
Diffstat (limited to 'lib/libUPnP/CMakeLists.txt')
-rw-r--r-- | lib/libUPnP/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libUPnP/CMakeLists.txt b/lib/libUPnP/CMakeLists.txt index 7a039fb8ef..92b3732e3f 100644 --- a/lib/libUPnP/CMakeLists.txt +++ b/lib/libUPnP/CMakeLists.txt @@ -121,6 +121,7 @@ if(CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore) target_include_directories(upnp PRIVATE Neptune/Source/System/Win32) endif() set_target_properties(upnp PROPERTIES CXX_CLANG_TIDY "") +set_target_properties(upnp PROPERTIES CXX_CPPCHECK "") set_target_properties(upnp PROPERTIES FOLDER lib) source_group_by_folder(upnp) set(core_DEPENDS upnp ${core_DEPENDS} CACHE STRING "" FORCE) |