From 8c3a1bbd473b0893a820338185cbbf5ff24aab99 Mon Sep 17 00:00:00 2001 From: Chang Chen Date: Fri, 14 Jun 2024 15:48:24 +0800 Subject: [PATCH] fix style --- cpp-ch/local-engine/Functions/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-ch/local-engine/Functions/CMakeLists.txt b/cpp-ch/local-engine/Functions/CMakeLists.txt index 6f5c9c6b78cd..9e31595e03d5 100644 --- a/cpp-ch/local-engine/Functions/CMakeLists.txt +++ b/cpp-ch/local-engine/Functions/CMakeLists.txt @@ -59,7 +59,7 @@ if(TARGET ch_rust::blake3) list(APPEND PRIVATE_LIBS ch_rust::blake3) endif() -if (TARGET ch_contrib::gwp_asan) +if(TARGET ch_contrib::gwp_asan) list(APPEND PRIVATE_LIBS ch_contrib::gwp_asan) endif()