about summary refs log tree commit diff
path: root/pkgs/games/performous/performous-cmake.patch
blob: 5c1a4c91012bae780b39719947913b1de123e345 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48af2a89..43786c31 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,15 +75,7 @@ else()
 	message(STATUS "Localization disabled: Gettext tools (msgfmt) missing")
 endif()
 
-include(FetchContent)
-FetchContent_Declare(ced-sources
-  GIT_REPOSITORY https://github.com/performous/compact_enc_det.git
-  #https://github.com/google/compact_enc_det.git
-  GIT_TAG        master
-  SOURCE_DIR ced-src
-)
-
-FetchContent_MakeAvailable(ced-sources)
+add_subdirectory(ced-src)
 
 option(USE_SELF_BUILT_AUBIO "Use custom aubio local build instead of using system lib (if available)" FALSE)