summaryrefslogtreecommitdiff
path: root/indra/cmake/Boost.cmake
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-08-28 14:09:03 -0400
committerRye <rye@alchemyviewer.org>2025-08-28 17:58:33 -0400
commit5ffcd3dc88892a651fe9a95974280efb85e18a8b (patch)
treebd1373852d8b1a086604f00c389220ab6314975d /indra/cmake/Boost.cmake
parentd010e55b88eced851543f7afd47e6c4f24964486 (diff)
Fixes for GHA build
Diffstat (limited to 'indra/cmake/Boost.cmake')
-rw-r--r--indra/cmake/Boost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake
index 518e678585..7b3882c936 100644
--- a/indra/cmake/Boost.cmake
+++ b/indra/cmake/Boost.cmake
@@ -65,8 +65,8 @@ find_library(BOOST_URL_LIBRARY
PATHS "${ARCH_PREBUILT_DIRS_RELEASE}" REQUIRED NO_DEFAULT_PATH)
target_link_libraries(ll::boost INTERFACE
- ${BOOST_CONTEXT_LIBRARY}
${BOOST_FIBER_LIBRARY}
+ ${BOOST_CONTEXT_LIBRARY}
${BOOST_FILESYSTEM_LIBRARY}
${BOOST_PROGRAMOPTIONS_LIBRARY}
${BOOST_REGEX_LIBRARY}