Skip to content

Commit

Permalink
update(cmake): bump plugin-sdk-cpp to 0.2.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jan 20, 2025
1 parent 40dc118 commit bfbabf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/plugin-sdk-cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message(
FetchContent_Declare(
plugin-sdk-cpp
GIT_REPOSITORY https://github.com/falcosecurity/plugin-sdk-cpp.git
GIT_TAG main)
GIT_TAG 0.2.0)

FetchContent_MakeAvailable(plugin-sdk-cpp)
set(PLUGIN_SDK_INCLUDE "${plugin-sdk-cpp_SOURCE_DIR}/include")
Expand Down

0 comments on commit bfbabf0

Please sign in to comment.