From bd25f8043a261f59083d869f33ac0ecbd67cf02f Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周二, 12 11月 2019 10:24:46 +0800
Subject: [PATCH] fix submodules

---
 src/CMakeLists.txt |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a52052a..fb0f844 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,9 +1,4 @@
-
-add_subdirectory("bootstrap")
 add_subdirectory("library")
 
-IF(Boost_FOUND)
-	add_subdirectory("pc-identifier")
-	add_subdirectory("license-generator")
-ENDIF(Boost_FOUND)
+
 	
\ No newline at end of file

--
Gitblit v1.9.1