summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/Functions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Functions.cmake b/cmake/Functions.cmake
index 12e5ea03a..5269d8a88 100644
--- a/cmake/Functions.cmake
+++ b/cmake/Functions.cmake
@@ -1131,7 +1131,6 @@ function(add_gn_command)
COMMENT "Run gn for target ${arg_CMAKE_TARGET} in ${arg_BUILDDIR}"
DEPENDS ${gnArgArgFile} run_${arg_MODULE}_GnReady
"${WEBENGINE_ROOT_SOURCE_DIR}/src/${arg_MODULE}/configure/BUILD.root.gn.in"
- USES_TERMINAL
)
add_custom_target(runGn_${arg_GN_TARGET}
DEPENDS #TODO this is fixed in cmake 3.20 so we could simply use GN_TARGET and not create new one