Skip to content

Commit

Permalink
remove incorrect required cmake function annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Sep 24, 2024
1 parent 1aba738 commit 92dfc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/psibase/sdk/pack_service.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ endfunction()
# built/managed by cargo-psibase, as opposed to packages built entirely using CMake.
# OUTPUT <filename> - [Required] The package file.
# PATH <filepath> - [Required] The path to the cargo workspace (e.g. `services/user/Branding`).
# DEPENDS <targets>... - [Required] Targets that this target depends on
# DEPENDS <targets>... - Targets that this target depends on
function(cargo_psibase_package)
cmake_parse_arguments(ARG "" "PATH;OUTPUT;DEPENDS" "" ${ARGN})

Expand Down

0 comments on commit 92dfc6c

Please sign in to comment.