mirror of
https://github.com/termux/termux-packages.git
synced 2025-11-01 06:48:55 +00:00
Credit goes to @robertkirkman for doing most of the hard work of actually getting this to build! I largely copied Robert's changes with permission. Fixes #20259.
14 lines
501 B
Diff
14 lines
501 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9db2b6b6e3..dd768e5ebf 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -576,7 +576,7 @@ set (Boost_FIND_QUIETLY ON)
|
|
if (NOT DEFINED ${BOOST_ROOT})
|
|
set(BOOST_ROOT $ENV{BOOST_ROOT})
|
|
endif()
|
|
-find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
|
|
+find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
|
|
|
|
if (Boost_FOUND)
|
|
include_directories(${Boost_INCLUDE_DIRS})
|