minor cmake formatting style fix

llvm-svn: 360142
This commit is contained in:
Nico Weber 2019-05-07 13:14:14 +00:00
parent 719a9aed05
commit 7399ad3193
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ else()
endif()
if (LIBCXXABI_ENABLE_THREADS AND (UNIX OR FUCHSIA) AND NOT (APPLE OR CYGWIN))
list(APPEND LIBCXXABI_SOURCES cxa_thread_atexit.cpp)
list(APPEND LIBCXXABI_SOURCES
cxa_thread_atexit.cpp
)
endif()
set(LIBCXXABI_HEADERS