From ec73a87d311d47d6561c4436a2e28c0e0dad933f Mon Sep 17 00:00:00 2001 From: Nam Tran Date: Sat, 5 Jun 2021 00:11:06 -0400 Subject: [PATCH] remove spdlog submodule --- .gitmodules | 3 --- CMakeLists.txt | 4 +--- external/spdlog | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 160000 external/spdlog diff --git a/.gitmodules b/.gitmodules index 6c66587..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "external/spdlog"] - path = external/spdlog - url = https://github.com/gabime/spdlog.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a84601..40fc7cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,10 +4,8 @@ project(zynqDump VERSION 0.1.0) # include(CTest) # enable_testing() add_compile_options(-std=c++14) -add_subdirectory(external/spdlog) -find_package(spdlog) +include_directories("/home/nam/sw/include") -include_directories(include) add_library(channel STATIC channel.cc) add_executable(zynqDump client.cc) diff --git a/external/spdlog b/external/spdlog deleted file mode 160000 index a530b87..0000000 --- a/external/spdlog +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a530b87fd0fcca818c4504f834340c5c263b3049