diff --git a/compiler-rt/lib/CMakeLists.txt b/compiler-rt/lib/CMakeLists.txt index a25da95d0a328c3239e87db2b434818811bbf7f8..fa6d8abc65e6090adab74440784e214e76f76126 100644 --- a/compiler-rt/lib/CMakeLists.txt +++ b/compiler-rt/lib/CMakeLists.txt @@ -8,7 +8,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin|Linux") add_subdirectory(sanitizer_common) if(NOT ANDROID) add_subdirectory(ubsan) - endif + endif() endif() if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux" AND NOT ANDROID) # ThreadSanitizer and MemorySanitizer are supported on Linux only.