Skip to content

Commit

Permalink
libsel4bench: remove trailing slash
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <axelheider@gmx.de>
  • Loading branch information
axel-h committed Nov 3, 2023
1 parent d62d0a6 commit d7e721e
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 @@ -38,7 +38,7 @@ target_include_directories(
include
"arch_include/${KernelArch}/armv/${KernelArmArmV}"
"arch_include/${KernelArch}/cpu/${KernelArmCPU}"
"sel4_arch_include/${KernelSel4Arch}/"
"sel4_arch_include/${KernelSel4Arch}"
"arch_include/${KernelArch}"
src
)
Expand Down

0 comments on commit d7e721e

Please sign in to comment.