Update CMakeLists.txt

dont depend on lokinet-shared target for sign target as we disabled it by default.
This commit is contained in:
Jeff 2021-09-30 10:27:24 -04:00
parent 82ffa2f02c
commit 97966976d0
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if(APPLE)
@ONLY)
add_custom_target(
sign
DEPENDS "${PROJECT_BINARY_DIR}/sign.sh" lokinet lokinet-extension lokinet-shared
DEPENDS "${PROJECT_BINARY_DIR}/sign.sh" lokinet lokinet-extension
COMMAND "${PROJECT_BINARY_DIR}/sign.sh"
)
else()