From 2d8e52e59af27fc68f4ff5b63d1b53e8d6d4c043 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jun 2022 20:11:29 +0200 Subject: refactor: remove conversion & ctre dependency --- lib/CMakeLists.txt | 8 -------- lib/ctre/CMakeLists.txt | 4 ---- 2 files changed, 12 deletions(-) delete mode 100644 lib/ctre/CMakeLists.txt (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index df9b253..84c5a77 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,13 +1,5 @@ include(FetchContent) -FetchContent_Declare( - ctre - GIT_REPOSITORY "https://github.com/hanickadot/compile-time-regular-expressions" - GIT_TAG v3.5 -) - -add_subdirectory(ctre) - FetchContent_Declare( fmt GIT_REPOSITORY "https://github.com/fmtlib/fmt" diff --git a/lib/ctre/CMakeLists.txt b/lib/ctre/CMakeLists.txt deleted file mode 100644 index 1f05163..0000000 --- a/lib/ctre/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -message(STATUS "Fetching ctre...") - -FetchContent_MakeAvailable(ctre) - -- cgit v1.2.3-18-g5258