Skip to content

Commit

Permalink
Avoiding newly reserved CMake target 'codegen'
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Oct 22, 2024
1 parent c314cf9 commit 63e19c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add codegen target to cache
set(CODEGEN_TARGET "codegen" CACHE INTERNAL "Target for codegen autocoder")
set(CODEGEN_TARGET "fprimecodegen" CACHE INTERNAL "Target for codegen autocoder")

Check failure on line 2 in Autocoders/Python/src/fprime_ac/generators/templates/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Spell checking

`fprimecodegen` is not a recognized word. (unrecognized-spelling)
set_property(GLOBAL PROPERTY CODEGEN_OUTPUTS)

# Create target for autocoder
Expand Down

0 comments on commit 63e19c0

Please sign in to comment.