Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Jun 14, 2024
1 parent 359a413 commit 654134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Functions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 654134a

Please sign in to comment.