[NFC] Remove whitespaces in llvm/CMakeLists.txt

This commit is contained in:
GkvJwa 2024-11-16 23:51:57 +08:00 committed by GitHub
parent 46d750be2e
commit b88e938b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -864,7 +864,7 @@ if(MSVC)
if (BUILD_SHARED_LIBS)
message(FATAL_ERROR "BUILD_SHARED_LIBS options is not supported on Windows.")
endif()
else()
else()
option(LLVM_BUILD_LLVM_C_DYLIB "Build libllvm-c re-export library (Darwin only)" OFF)
endif()