mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
Closes: https://bugs.gentoo.org/963777 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/44202 Closes: https://github.com/gentoo/gentoo/pull/44202 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
467 B
Diff
13 lines
467 B
Diff
Bug: https://bugs.gentoo.org/963777
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -105,7 +105,7 @@ SET (Boost_DEBUG FALSE)
|
|
SET (Boost_USE_MULTITHREADED ${BOOST_MULTITHREADED_BUILD})
|
|
SET (Boost_USE_STATIC_LIBS ${BOOST_STATIC_BUILD})
|
|
|
|
-FIND_PACKAGE(Boost COMPONENTS filesystem regex date_time thread system)
|
|
+FIND_PACKAGE(Boost COMPONENTS filesystem regex date_time thread OPTIONAL_COMPONENTS system)
|
|
|
|
if(Boost_FOUND)
|
|
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
|