mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
14 lines
760 B
Diff
14 lines
760 B
Diff
we use system ryml so the checkouts are missing, just pull it directly.
|
|
diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
|
|
index ea84fd6..33b6250 100644
|
|
--- a/cmake/SearchForStuff.cmake
|
|
+++ b/cmake/SearchForStuff.cmake
|
|
@@ -177,7 +177,7 @@ add_subdirectory(3rdparty/libchdr EXCLUDE_FROM_ALL)
|
|
# for now.
|
|
#add_subdirectory(3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float EXCLUDE_FROM_ALL)
|
|
add_library(fast_float INTERFACE)
|
|
-target_include_directories(fast_float INTERFACE 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float/include)
|
|
+target_include_directories(fast_float INTERFACE 3rdparty/fast_float/include)
|
|
|
|
add_subdirectory(3rdparty/jpgd EXCLUDE_FROM_ALL)
|
|
add_subdirectory(3rdparty/simpleini EXCLUDE_FROM_ALL)
|