Skip to content

Commit

Permalink
add missing 'sites' dependency to 'common-api'
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Sep 27, 2024
1 parent 6bbfaae commit f33fc6b
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 @@ -464,7 +464,7 @@ psibase_package(
DEPENDS ${CommonApiCommonLib_js_DEP}
DEPENDS ${ComponentParser_DEP}
DEPENDS wasm
PACKAGE_DEPENDS "HttpServer(^${PSIBASE_VERSION})"
PACKAGE_DEPENDS "HttpServer(^${PSIBASE_VERSION})" "Sites(^${PSIBASE_VERSION})"
)

psibase_package(
Expand Down

0 comments on commit f33fc6b

Please sign in to comment.