mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
11 lines
420 B
Diff
11 lines
420 B
Diff
--- CMakeLists.txt 2018-10-11 18:55:40.000000000 +0200
|
|
+++ - 2020-01-10 18:45:11.754965457 +0100
|
|
@@ -42,7 +42,7 @@
|
|
set(BOOST_COMPONENTS regex)
|
|
endif()
|
|
|
|
-list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options)
|
|
+list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options filesystem)
|
|
|
|
# Add other dependencies
|
|
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
|