Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index 48af2a89..43786c31 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -75,15 +75,7 @@ else() 6 message(STATUS "Localization disabled: Gettext tools (msgfmt) missing") 7 endif() 8 9-include(FetchContent) 10-FetchContent_Declare(ced-sources 11- GIT_REPOSITORY https://github.com/performous/compact_enc_det.git 12- #https://github.com/google/compact_enc_det.git 13- GIT_TAG master 14- SOURCE_DIR ced-src 15-) 16- 17-FetchContent_MakeAvailable(ced-sources) 18+add_subdirectory(ced-src) 19 20 option(USE_SELF_BUILT_AUBIO "Use custom aubio local build instead of using system lib (if available)" FALSE) 21