Skip to content

Commit ad4ebde

Browse files
weipenganakryiko
authored andcommitted
Change the dependency from blazesym-build to blazesym to avoid some potential
problem. See the issuse: #354 Signed-off-by: weipeng <[email protected]>
1 parent 7232f65 commit ad4ebde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ foreach(app ${apps})
127127
${CMAKE_CURRENT_SOURCE_DIR}/../../blazesym/capi/include)
128128
target_link_libraries(${app_stem}
129129
${CMAKE_CURRENT_SOURCE_DIR}/../../blazesym/target/${CARGO_TARGET}/release/libblazesym_c.a -lpthread -lrt -ldl)
130-
add_dependencies(${app_stem} blazesym-build)
130+
add_dependencies(${app_stem} blazesym)
131131
endif()
132132
endforeach()

0 commit comments

Comments
 (0)