diff options
Diffstat (limited to 'Modules/CMakeCXXCompilerABI.cpp')
-rw-r--r-- | Modules/CMakeCXXCompilerABI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCXXCompilerABI.cpp b/Modules/CMakeCXXCompilerABI.cpp index 2dee883..2360534 100644 --- a/Modules/CMakeCXXCompilerABI.cpp +++ b/Modules/CMakeCXXCompilerABI.cpp @@ -1,5 +1,5 @@ #ifndef __cplusplus -#error "A C compiler has been selected for C++." +# error "A C compiler has been selected for C++." #endif #include "CMakeCompilerABI.h" |