diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index b0b4ae0c5c..804fd1ce85 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -186,12 +186,6 @@ else () add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM}) endif () - -if (BUILD_TOOLS AND NPM_EXECUTABLE) - # require JSDoc to be build before interface is deployed - add_dependencies(resources jsdoc) -endif() - if (NOT ANDROID) add_dependencies(${TARGET_NAME} resources) endif()