Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 20, 2024
1 parent 3d9fb7e commit 265ff9f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,9 @@ file(GLOB LIB_SRC
"./src/linux/linux_platform.cpp"
)

# If VERIFIER_ENABLE_TESTS is disabled, remove ebpf_yaml.cpp from the list of sources
if (NOT VERIFIER_ENABLE_TESTS)
list(REMOVE_ITEM LIB_SRC "./src/ebpf_yaml.cpp")
endif ()

if(VERIFIER_ENABLE_TESTS)
file(GLOB ALL_TEST
"./src/test/ebpf_yaml.cpp"
"./src/test/test_conformance.cpp"
"./src/test/test_marshal.cpp"
"./src/test/test_print.cpp"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 265ff9f

Please sign in to comment.