Skip to content

Commit

Permalink
Remove type_safe library (#42)
Browse files Browse the repository at this point in the history
Remove type_safe library
  • Loading branch information
PatrickKa authored Jan 2, 2024
2 parents 2e124d5 + 1dd40ee commit fb872b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ if [[ $1 == "linux" ]]; then
else
sudo cmake --install build --prefix "$2"
fi

cd ..

cd type_safe
cmake -S . -B build
if [[ $1 == "linux" ]]; then
sudo cmake --install build
else
sudo cmake --install build --prefix "$2"
fi
cd ..

cd NamedType
Expand Down
1 change: 0 additions & 1 deletion libraries.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
rodos,st_develop,https://github.com/SpaceTeam/rodos.git
etl,cceb5038664a4fa363e79709bc08bd0bb356ae50,https://github.com/ETLCPP/etl.git
debug_assert,c0b325e9023cc021bce0d23c8b4211f8e5b071d0,https://github.com/foonathan/debug_assert.git
type_safe,b9138d8a26ea9bbab965f87ee925f53fde025fd9,https://github.com/foonathan/type_safe.git
Catch2,v3.1.0,https://github.com/catchorg/Catch2.git
littlefs,cmake,https://github.com/SpaceTeam/littlefs.git
NamedType,master,https://github.com/joboccara/NamedType.git
Expand Down

0 comments on commit fb872b7

Please sign in to comment.