Skip to content

Commit c6a517c

Browse files
committed
Remove unused submodule
1 parent 11bbe4d commit c6a517c

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
[submodule "lib/args"]
55
path = lib/args
66
url = https://github.com/Taywee/args.git
7-
[submodule "lib/cpp-feather-ini-parser"]
8-
path = lib/cpp-feather-ini-parser
9-
url = https://github.com/TheAssassin/cpp-feather-ini-parser.git
107
[submodule "lib/boost-filesystem"]
118
path = lib/boost-filesystem
129
url = https://github.com/boostorg/filesystem.git
@@ -79,3 +76,6 @@
7976
[submodule "lib/googletest"]
8077
path = lib/googletest
8178
url = https://github.com/google/googletest
79+
[submodule "lib/boost-lexical_cast"]
80+
path = lib/boost-lexical_cast
81+
url = https://github.com/boostorg/lexical_cast

lib/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ add_library(args INTERFACE)
99
target_sources(args INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/args/args.hxx)
1010
target_include_directories(args INTERFACE args)
1111

12-
add_subdirectory(cpp-feather-ini-parser)
13-
1412
if(NOT USE_SYSTEM_BOOST)
1513
add_library(boost_config INTERFACE)
1614
set_property(TARGET boost_config PROPERTY INTERFACE_INCLUDE_DIRECTORIES "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/boost-config/include>")

lib/cpp-feather-ini-parser

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)