Skip to content

Commit

Permalink
cmake: fix style
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 10, 2024
1 parent 65825d4 commit 88d7dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libsel4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ add_config_library(sel4 "${configure_string}")
generate_autoconf(sel4_autoconf "kernel;sel4")

gen_invocation_header(
OUTPUT include/sel4/invocation.h
XML include/interfaces/object-api.xml
OUTPUT "include/sel4/invocation.h"
XML "include/interfaces/object-api.xml"
LIBSEL4
)

Expand Down

0 comments on commit 88d7dbf

Please sign in to comment.