diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-10 13:09:54 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-10 13:09:54 (GMT) |
commit | 21a59bdc4d4c54af5cd175561f9249d5932434d2 (patch) | |
tree | e5bebbdc782a736cb717a770bdfdbd17a9001cc4 /Source/cmStandardIncludes.h | |
parent | 74981c1afda7476713dccd6d731cb744eb356a8b (diff) | |
download | CMake-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.h | 2 |
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 |