Skip to content

Commit

Permalink
Fix nasa#148, Update add_cfe_tables APP_NAME parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Feb 21, 2023
1 parent a410436 commit bf5c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_cfe_app(sample_app fsw/src/sample_app.c)
add_cfe_app_dependency(sample_app sample_lib)

# Add table
add_cfe_tables(sampleAppTable fsw/tables/sample_app_tbl.c)
add_cfe_tables(sample_app fsw/tables/sample_app_tbl.c)

# If UT is enabled, then add the tests from the subdirectory
# Note that this is an app, and therefore does not provide
Expand Down

0 comments on commit bf5c68e

Please sign in to comment.