diff --git a/cpp-ch/local-engine/Functions/CMakeLists.txt b/cpp-ch/local-engine/Functions/CMakeLists.txt index 1176cf828a870..6f5c9c6b78cd7 100644 --- a/cpp-ch/local-engine/Functions/CMakeLists.txt +++ b/cpp-ch/local-engine/Functions/CMakeLists.txt @@ -60,7 +60,7 @@ if(TARGET ch_rust::blake3) endif() if (TARGET ch_contrib::gwp_asan) - list(APPEND PRIVATE_LIBS ch_contrib::gwp_asan) + list(APPEND PRIVATE_LIBS ch_contrib::gwp_asan) endif() list(APPEND OBJECT_LIBS $)