diff options
Diffstat (limited to 'Modules/CMakeCXXCompilerABI.cpp')
-rw-r--r-- | Modules/CMakeCXXCompilerABI.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/CMakeCXXCompilerABI.cpp b/Modules/CMakeCXXCompilerABI.cpp index c7ce194..2dee883 100644 --- a/Modules/CMakeCXXCompilerABI.cpp +++ b/Modules/CMakeCXXCompilerABI.cpp @@ -1,11 +1,9 @@ #ifndef __cplusplus -# error "A C compiler has been selected for C++." +#error "A C compiler has been selected for C++." #endif - #include "CMakeCompilerABI.h" - int main(int argc, char* argv[]) { int require = 0; |