diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CMakeLists.txt | 8 | ||||
-rw-r--r-- | lib/ctre/CMakeLists.txt | 4 |
2 files changed, 0 insertions, 12 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index df9b253..84c5a77 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,14 +1,6 @@ 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" GIT_TAG 8.1.1 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) - |