Skip to content

Commit

Permalink
Merge pull request #109 from saxena-anurag/user/anusa/update_ebpf_ver…
Browse files Browse the repository at this point in the history
…sion

update ebpf version to 0.17.1
  • Loading branch information
Alan-Jowett committed Jul 9, 2024
2 parents 9825dd0 + 26e0078 commit 3309862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (PLATFORM_WINDOWS)
if(BPF_PERF_LOCAL_NUGET_PATH)
exec_program(${NUGET} ARGS install "eBPF-for-Windows" -ExcludeVersion -OutputDirectory ${PROJECT_BINARY_DIR}/packages -Source ${BPF_PERF_LOCAL_NUGET_PATH} -NoCache)
else()
exec_program(${NUGET} ARGS install "eBPF-for-Windows" -Version 0.16.0 -ExcludeVersion -OutputDirectory ${PROJECT_BINARY_DIR}/packages)
exec_program(${NUGET} ARGS install "eBPF-for-Windows" -Version 0.17.1 -ExcludeVersion -OutputDirectory ${PROJECT_BINARY_DIR}/packages)
endif()
endif()
set(EBPF_LIB "ebpfapi")
Expand Down

0 comments on commit 3309862

Please sign in to comment.