From c6b4e029ddec792de96050d0fa76c5b2e900e252 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 11 Nov 2019 23:06:27 +0100 Subject: Coding style GIT_SILENT --- CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce1f8875..f1463cfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,13 +126,13 @@ macro(link_to_llvm name is_standalone) target_link_libraries(${name} version.lib) endif() # clang >= 9.0 can provide a single shared library instead of split ones - if(CLANG_CLANG-CPP_LIB) - target_link_libraries(${name} clang-cpp) - else() - target_link_libraries(${name} clangTooling) - target_link_libraries(${name} clangToolingCore) - target_link_libraries(${name} ${clang_tooling_refactoring_lib}) - endif() + if(CLANG_CLANG-CPP_LIB) + target_link_libraries(${name} clang-cpp) + else() + target_link_libraries(${name} clangTooling) + target_link_libraries(${name} clangToolingCore) + target_link_libraries(${name} ${clang_tooling_refactoring_lib}) + endif() endmacro() macro(add_clang_plugin name) -- cgit v1.2.3