From e116fc856d5c4e44cbe31c3e81c4e465338892f9 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Fri, 20 Oct 2023 09:56:43 +0800 Subject: [PATCH] fix error in CMakeList --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be7f17f..bdfa043 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,3 @@ cmake_minimum_required(VERSION 3.10) project(ICPC-Management-System) -add_subdirectory(src) -add_subdirectory(checker) \ No newline at end of file +add_subdirectory(src) \ No newline at end of file