1 diff --git a/cmake/Modules/FindCed.cmake b/cmake/Modules/FindCed.cmake
2 index 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)
8 message(STATUS "ced build from source because not found on system")
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
15 + add_subdirectory(../ced-src ced-src)
17 add_library(ced ALIAS PkgConfig::CED)
18 set(Ced_VERSION ${CED_VERSION})