Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
crueter 2025-09-08 01:33:20 -04:00 committed by crueter
parent 3a18b5d1bf
commit d21405269e
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8210f65..108ac88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
--- a/libs/context/CMakeLists.txt
+++ b/libs/context/CMakeLists.txt
@@ -174,7 +174,7 @@ if(BOOST_CONTEXT_IMPLEMENTATION STREQUAL "fcontext")
set(IMPL_SOURCES ${ASM_SOURCES} src/fcontext.cpp)

View file

@ -372,6 +372,8 @@ if (YUZU_USE_CPM)
# boost
set(BOOST_INCLUDE_LIBRARIES algorithm icl pool container heap asio headers process filesystem crc variant)
# TODO(crueter): Use the tar.gz or tar.xz ones since they use POSIX endings and
# makes patching easier.
AddJsonPackage(boost)
# really annoying thing where boost::headers doesn't work with cpm