From 96ad5e971b6940142ba5c040d1c905fd8cdba4b1 Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 11 Jul 2021 19:22:20 +0200 Subject: [PATCH] Remove redundant cmake code --- interface/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) 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()