From 9311daca0f1d6dbb5c4612ddf3c7c7db4bc72157 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Tue, 14 Sep 2021 00:25:04 +0800 Subject: [PATCH] update the dependency --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e053ca2..3a65d48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,4 @@ find_package(Qt5 REQUIRED COMPONENTS ) add_subdirectory(GPService) -add_subdirectory(GPClient) - -include(InstallRequiredSystemLibraries) -include(CPack) \ No newline at end of file +add_subdirectory(GPClient) \ No newline at end of file