diff options
Diffstat (limited to 'Source/cmCMakeHostSystemInformationCommand.cxx')
-rw-r--r-- | Source/cmCMakeHostSystemInformationCommand.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmCMakeHostSystemInformationCommand.cxx b/Source/cmCMakeHostSystemInformationCommand.cxx index 662dd74..8822942 100644 --- a/Source/cmCMakeHostSystemInformationCommand.cxx +++ b/Source/cmCMakeHostSystemInformationCommand.cxx @@ -8,12 +8,12 @@ #include "cmsys/SystemInformation.hxx" #if defined(_WIN32) -#include "cmAlgorithms.h" -#include "cmGlobalGenerator.h" -#include "cmGlobalVisualStudio15Generator.h" -#include "cmSystemTools.h" -#include "cmVSSetupHelper.h" -#define HAVE_VS_SETUP_HELPER +# include "cmAlgorithms.h" +# include "cmGlobalGenerator.h" +# include "cmGlobalVisualStudio15Generator.h" +# include "cmSystemTools.h" +# include "cmVSSetupHelper.h" +# define HAVE_VS_SETUP_HELPER #endif class cmExecutionStatus; |