From 7a625fbd224b4a33564b2b8a8e8fc0559b52f8ce Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 6 May 2021 09:05:47 +0200 Subject: Fake artifacts on test nodes If the build node was skip due to missing requirements, the test node still tries to download artifacts. Add the workaround for now. Task-number: COIN-707 Change-Id: Ib5332b6f5af82a77ac2cf702f5be4abf3fb075a0 Reviewed-by: Allan Sandfeld Jensen --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a6bbfe9e..ea8af0114 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,8 @@ if(NOT ${pdfSupport}) endif() if(NOT QT_FEATURE_qtwebengine_build AND NOT QT_FEATURE_qtpdf_build) + # coin missing artifacts workaround + install(FILES coin-bug-707 DESTINATION ${INSTALL_DATADIR}) return() endif() -- cgit v1.2.3