From 7c261bdaadeb197eeaf1f544d30cdc9bfdb1079c Mon Sep 17 00:00:00 2001 From: Fancy code <258828110.@qq.com> Date: Wed, 22 May 2024 16:42:52 +0800 Subject: [PATCH] Do not compile version release tool. --- test/application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/application/CMakeLists.txt b/test/application/CMakeLists.txt index 0127207e..bb378992 100644 --- a/test/application/CMakeLists.txt +++ b/test/application/CMakeLists.txt @@ -1,4 +1,4 @@ add_subdirectory(HuntingCamera) add_subdirectory(MissionManager) -add_subdirectory(VersionReleaseTool) \ No newline at end of file +# add_subdirectory(VersionReleaseTool) \ No newline at end of file