From 3a6e41f516ff19e23b9a386e6f54f76e8576b33d Mon Sep 17 00:00:00 2001 From: Pavel Vasin Date: Wed, 16 Sep 2015 18:59:12 +0300 Subject: [PATCH] miniupnpc/CMakeLists.txt: fix missed renaming of declspec.h --- miniupnpc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt index 6a4998e..2967bf3 100644 --- a/miniupnpc/CMakeLists.txt +++ b/miniupnpc/CMakeLists.txt @@ -166,7 +166,7 @@ install (FILES upnperrors.h miniupnpctypes.h portlistingparse.h - declspec.h + miniupnpc_declspec.h DESTINATION include/miniupnpc )