Skip to content

Commit

Permalink
trivial: Remove sel4benchsupport from sel4bench
Browse files Browse the repository at this point in the history
libsel4bench doesn't depend on sel4benchsupport.
  • Loading branch information
kent-mcleod committed Jul 14, 2020
1 parent a46a435 commit 7501c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsel4bench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ target_include_directories(
if(KernelArmArmV STREQUAL "armv7ve")
target_include_directories(sel4bench PUBLIC "arch_include/${KernelArch}/armv/armv7-a")
endif()
target_link_libraries(sel4bench muslc sel4 utils sel4benchsupport sel4_autoconf)
target_link_libraries(sel4bench muslc sel4 utils sel4_autoconf)

0 comments on commit 7501c84

Please sign in to comment.