From 5a9b03f6d35eac006fddc0908628cb1e9020f488 Mon Sep 17 00:00:00 2001
From: Evan Monroig <evan.monroig@stabilis.fr>
Date: 周二, 23 7月 2019 17:22:12 +0800
Subject: [PATCH] Improve fallbacks if no disks or no adapters

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

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

--
Gitblit v1.9.1