Skip to content

Commit

Permalink
fix typo (simple_test -> simple_ng)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaurenzi authored Sep 25, 2024
1 parent 296bf67 commit ba87c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple_ng/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(SOURCES simple_ng.c)
add_executable(simple_ng ${SOURCES})
if ( Xenomai_FOUND )
xenomai_target_bootstrap(simple_test
xenomai_target_bootstrap(simple_ng
SKINS posix
)
endif()
Expand Down

0 comments on commit ba87c5d

Please sign in to comment.