Merge pull request #307746 from r-ryantm/auto-update/mame
[NixPkgs.git] / pkgs / games / performous / performous-cmake.patch
blob6f56959792cd1810742fad3a6ec2827a42915da4
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)
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})