summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-11-10 13:09:54 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-11-10 13:09:54 (GMT)
commit21a59bdc4d4c54af5cd175561f9249d5932434d2 (patch)
treee5bebbdc782a736cb717a770bdfdbd17a9001cc4 /Source/cmStandardIncludes.h
parent74981c1afda7476713dccd6d731cb744eb356a8b (diff)
downloadCMake-21a59bdc4d4c54af5cd175561f9249d5932434d2.zip
CMake-21a59bdc4d4c54af5cd175561f9249d5932434d2.tar.gz
CMake-21a59bdc4d4c54af5cd175561f9249d5932434d2.tar.bz2
Fix double bootstrap build for in source builds
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 115dc8c..38347a92 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -18,7 +18,7 @@
// include configure generated header to define CMAKE_NO_ANSI_STREAM_HEADERS,
// CMAKE_NO_STD_NAMESPACE, and other macros.
-#include "cmConfigure.h"
+#include <cmConfigure.h>
#include <cmsys/Configure.hxx>
#ifdef _MSC_VER