summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXSourceWriter.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-04-11 19:53:31 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-04-11 20:35:20 (GMT)
commit26ee9e42916b15150cbd02ec9eec81825b0e4611 (patch)
treeb67df2994b5d979e2c420377904f9d4d3d1cb65f /Source/CPack/WiX/cmWIXSourceWriter.cxx
parent5afac50f6852332698fbc9be4209f1c90a011d66 (diff)
downloadCMake-26ee9e42916b15150cbd02ec9eec81825b0e4611.zip
CMake-26ee9e42916b15150cbd02ec9eec81825b0e4611.tar.gz
CMake-26ee9e42916b15150cbd02ec9eec81825b0e4611.tar.bz2
CPack: drop CPack prefix for includes
Automate with: git grep -l '#include <CPack/' -- Source \ | xargs sed -i 's/#include <CPack\/\(.*\)>/#include "\1"/g' git grep -l '#include "CPack/' -- Source \ | xargs sed -i 's/#include "CPack\/\(.*\)"/#include "\1"/g'
Diffstat (limited to 'Source/CPack/WiX/cmWIXSourceWriter.cxx')
-rw-r--r--Source/CPack/WiX/cmWIXSourceWriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/WiX/cmWIXSourceWriter.cxx b/Source/CPack/WiX/cmWIXSourceWriter.cxx
index b434334..f6520e5 100644
--- a/Source/CPack/WiX/cmWIXSourceWriter.cxx
+++ b/Source/CPack/WiX/cmWIXSourceWriter.cxx
@@ -2,7 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmWIXSourceWriter.h"
-#include <CPack/cmCPackGenerator.h>
+#include "cmCPackGenerator.h"
#include <cmUuid.h>