From 3a1f1b79e4b16f8f4a69e42e266c5a4c6bb5864d Mon Sep 17 00:00:00 2001 From: Wang Yu Date: Fri, 20 Dec 2024 13:23:51 +0800 Subject: [PATCH] fix: remove invalid url remove invalid url Log: remove invalid url --- tests/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 88fa2335..d893c19a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -3,8 +3,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later #源程序cmakelists再添加上ut相关环境搭建 -#ut相关环境搭建详情见 -#https://wikidev.uniontech.com/index.php?title=UT_%E6%B5%8B%E8%AF%95%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA#.E7.94.A8.E4.BE.8B.E7.BC.96.E5.86.99_.7C_UT_Case cmake_minimum_required(VERSION 3.9.5)