File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -352,21 +352,21 @@ endif()
352
352
if (LIBCXX_HAS_EXTERNAL_THREAD_API )
353
353
if (LIBCXX_HAS_PTHREAD_API )
354
354
message (FATAL_ERROR "The options LIBCXX_HAS_EXTERNAL_THREAD_API"
355
- "and LIBCXX_HAS_PTHREAD_API cannot be both"
356
- "set to ON at the same time." )
355
+ " and LIBCXX_HAS_PTHREAD_API cannot be both"
356
+ " set to ON at the same time." )
357
357
endif ()
358
358
if (LIBCXX_HAS_WIN32_THREAD_API )
359
359
message (FATAL_ERROR "The options LIBCXX_HAS_EXTERNAL_THREAD_API"
360
- "and LIBCXX_HAS_WIN32_THREAD_API cannot be both"
361
- "set to ON at the same time." )
360
+ " and LIBCXX_HAS_WIN32_THREAD_API cannot be both"
361
+ " set to ON at the same time." )
362
362
endif ()
363
363
endif ()
364
364
365
365
if (LIBCXX_HAS_PTHREAD_API )
366
366
if (LIBCXX_HAS_WIN32_THREAD_API )
367
367
message (FATAL_ERROR "The options LIBCXX_HAS_PTHREAD_API"
368
- "and LIBCXX_HAS_WIN32_THREAD_API cannot be both"
369
- "set to ON at the same time." )
368
+ " and LIBCXX_HAS_WIN32_THREAD_API cannot be both"
369
+ " set to ON at the same time." )
370
370
endif ()
371
371
endif ()
372
372
You can’t perform that action at this time.
0 commit comments