summaryrefslogtreecommitdiffstats
path: root/CMake/OtherTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/OtherTests.cmake')
-rw-r--r--CMake/OtherTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/OtherTests.cmake b/CMake/OtherTests.cmake
index 7701c0e..2fddb86 100644
--- a/CMake/OtherTests.cmake
+++ b/CMake/OtherTests.cmake
@@ -137,7 +137,7 @@ if(NOT DEFINED HAVE_GETADDRINFO_THREADSAFE)
#ifdef h_errno
return 0;
#else
- force compilation error
+ #error force compilation error
#endif
}" HAVE_H_ERRNO)
@@ -158,7 +158,7 @@ if(NOT DEFINED HAVE_GETADDRINFO_THREADSAFE)
#elif defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 700)
return 0;
#else
- force compilation error
+ #error force compilation error
#endif
}" HAVE_H_ERRNO_SBS_ISSUE_7)
endif()