Skip to content

Commit 90f8bb4

Browse files
committed
cmake: minor rewording
1 parent 6480b1e commit 90f8bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/DaemonFlags.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ else()
212212
# complain that the compiler doesn't support 'long long'.
213213
try_c_flag(GNU99 "-std=gnu99")
214214
if (NOT FLAG_GNU99)
215-
message(FATAL_ERROR "GNU99 or C99 not supported by compiler")
215+
message(FATAL_ERROR "GNU99 is not supported by the compiler")
216216
endif()
217217
endif()
218218

@@ -226,7 +226,7 @@ else()
226226
if (NOT FLAG_GNUXX14)
227227
try_cxx_flag(GNUXX1Y "-std=gnu++1y")
228228
if (NOT FLAG_GNUXX1Y)
229-
message(FATAL_ERROR "GNU++14 or C++14 not supported by compiler")
229+
message(FATAL_ERROR "GNU++14 is not supported by the compiler")
230230
endif()
231231
endif()
232232
endif()

0 commit comments

Comments
 (0)