From f33fc6bd8aff5d146d6d1364bd95d77d8b54030f Mon Sep 17 00:00:00 2001 From: James-Mart Date: Fri, 27 Sep 2024 18:20:34 +0000 Subject: [PATCH] add missing 'sites' dependency to 'common-api' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5998f0f7d..a1b7694bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(