Skip to content

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrevi committed Feb 6, 2023
1 parent 13ff8d3 commit 8b00011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ endif()

message(STATUS "ebpf-for-windows - Tests: ${EBPFFORWINDOWS_ENABLE_TESTS}")
message(STATUS "ebpf-for-windows - Install targets: ${EBPFFORWINDOWS_ENABLE_INSTALL}")
message(STATUS "ebpf-for-windows - eBPF JIT enabled: ${EBPFFORWINDOWS_DISABLE_JIT}")
message(STATUS "ebpf-for-windows - eBPF interpreter enabled: ${EBPFFORWINDOWS_DISABLE_INTERPRETER}")
message(STATUS "ebpf-for-windows - eBPF JIT compiler disabled: ${EBPFFORWINDOWS_DISABLE_JIT}")
message(STATUS "ebpf-for-windows - eBPF interpreter disabled: ${EBPFFORWINDOWS_DISABLE_INTERPRETER}")
message(STATUS "ebpf-for-windows - Code signing enabled: ${codesign_enabled}")
message(STATUS "ebpf-for-windows - WDK_WINVER: ${EBPFFORWINDOWS_WDK_WINVER}")
message(STATUS "ebpf-for-windows - KMDF version: ${EBPFFORWINDOWS_WDK_KMDF_VERSION}")
Expand Down

0 comments on commit 8b00011

Please sign in to comment.