Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 18 lines 718 B view raw
1diff --git a/cmake/Modules/FindCed.cmake b/cmake/Modules/FindCed.cmake 2index 5794bc84..08d6b49d 100644 3--- a/cmake/Modules/FindCed.cmake 4+++ b/cmake/Modules/FindCed.cmake 5@@ -22,12 +22,7 @@ elseif(SELF_BUILT_CED STREQUAL "AUTO") 6 pkg_check_modules(CED IMPORTED_TARGET GLOBAL CED) 7 if(NOT CED_FOUND) 8 message(STATUS "ced build from source because not found on system") 9- libfetch_git_pkg(Ced 10- REPOSITORY ${SELF_BUILT_GIT_BASE}/compact_enc_det.git 11- #https://github.com/google/compact_enc_det.git 12- REFERENCE ${Ced_GIT_VERSION} 13- FIND_PATH compact_enc_det/compact_enc_det.h 14- ) 15+ add_subdirectory(../ced-src ced-src) 16 else() 17 add_library(ced ALIAS PkgConfig::CED) 18 set(Ced_VERSION ${CED_VERSION})