Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed Nov 26, 2024
1 parent d932019 commit 21d02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ macro(link_spl target_name)

find_library(LIB_FOUND "libloongcollector_spl.a")
if (NOT LIB_FOUND)
message(FATAL_ERROR "Please upgrade your development image to compile SPL feature!")
message(FATAL_ERROR "Please upgrade your development image to compile!")
endif()

target_link_libraries(${target_name} "libloongcollector_spl.a")
Expand Down

0 comments on commit 21d02c9

Please sign in to comment.