summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-13 12:12:33 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-13 12:12:40 (GMT)
commit8456ec833ad9b4d7e62ac91db6d2c06ee610f7e4 (patch)
tree2f1004da1f4479e15afa4b71c307238506e36e55 /Source/cmGeneratorTarget.h
parentf79b8fad096b08f1fbe8346e1d338cca2c444ccb (diff)
parent1d829c862cf9d7f813f8e7e1a43f0125a4de7220 (diff)
downloadCMake-8456ec833ad9b4d7e62ac91db6d2c06ee610f7e4.zip
CMake-8456ec833ad9b4d7e62ac91db6d2c06ee610f7e4.tar.gz
CMake-8456ec833ad9b4d7e62ac91db6d2c06ee610f7e4.tar.bz2
Merge topic 'include-style'
1d829c86 Use quotes for non-system includes 26ee9e42 CPack: drop CPack prefix for includes 5afac50f cmConfigure: Ensure separate include block in headers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !691
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 3b9819d..ab80f59 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -3,7 +3,7 @@
#ifndef cmGeneratorTarget_h
#define cmGeneratorTarget_h
-#include <cmConfigure.h>
+#include "cmConfigure.h"
#include "cmLinkItem.h"
#include "cmListFileCache.h"