Skip to content

Commit 47425c7

Browse files
committed
no need add_dependencies for TARGET_LIB_IOTJS
target_link_libraries implies dependencies. IoT.js-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent 4a0d275 commit 47425c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cmake/iotjs.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,6 @@ else()
532532
endif()
533533
endif(CREATE_SHARED_LIB)
534534

535-
add_dependencies(${TARGET_LIB_IOTJS}
536-
${JERRY_LIBS}
537-
${TUV_LIBS}
538-
libhttp-parser
539-
${MBEDTLS_LIBS}
540-
)
541-
542535
set_target_properties(${TARGET_LIB_IOTJS} PROPERTIES
543536
OUTPUT_NAME iotjs
544537
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"

0 commit comments

Comments
 (0)