From 7606bf840fc0a555f3756695fd8548df01623306 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 13 Nov 2015 22:49:09 -0800 Subject: [PATCH] Remove LogVisor (it's in extern/libBoo anyway) --- hecl/.gitmodules | 3 --- hecl/extern/CMakeLists.txt | 3 --- hecl/extern/LogVisor | 1 - 3 files changed, 7 deletions(-) delete mode 160000 hecl/extern/LogVisor diff --git a/hecl/.gitmodules b/hecl/.gitmodules index 96015cd59..77be7628f 100644 --- a/hecl/.gitmodules +++ b/hecl/.gitmodules @@ -4,9 +4,6 @@ [submodule "extern/libSquish"] path = extern/libSquish url = https://github.com/jackoalan/libSquish.git -[submodule "extern/LogVisor"] - path = extern/LogVisor - url = https://github.com/AxioDL/LogVisor.git [submodule "extern/libBoo"] path = extern/libBoo url = https://github.com/AxioDL/libBoo.git diff --git a/hecl/extern/CMakeLists.txt b/hecl/extern/CMakeLists.txt index ff35928c8..b72ae7750 100644 --- a/hecl/extern/CMakeLists.txt +++ b/hecl/extern/CMakeLists.txt @@ -6,8 +6,5 @@ endif() add_subdirectory(libSquish) add_subdirectory(xxhash) -if (NOT TARGET LogVisor) -add_subdirectory(LogVisor) -endif() add_subdirectory(Athena) add_subdirectory(libpng) diff --git a/hecl/extern/LogVisor b/hecl/extern/LogVisor deleted file mode 160000 index 4c2442df2..000000000 --- a/hecl/extern/LogVisor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4c2442df2d800fc25339d3d301d7d3691da7bafb