Skip to content

Commit

Permalink
Remove version
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Nov 27, 2023
1 parent f5832cb commit 5e6bb57
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 @@ -22,7 +22,7 @@ if (PLATFORM_WINDOWS)
else()
# if BPF_PERF_LOCAL_NUGET_PATH is set, use that as the source for the eBPF-for-Windows package
if(BPF_PERF_LOCAL_NUGET_PATH)
exec_program(${NUGET} ARGS install "eBPF-for-Windows" -Version 0.13.0 -ExcludeVersion -OutputDirectory ${PROJECT_BINARY_DIR}/packages -Source ${BPF_PERF_LOCAL_NUGET_PATH} -NoCache)
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.12.0 -ExcludeVersion -OutputDirectory ${PROJECT_BINARY_DIR}/packages)
endif()
Expand Down

0 comments on commit 5e6bb57

Please sign in to comment.