mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 13:03:17 +02:00
11 lines
569 B
Diff
11 lines
569 B
Diff
--- a/cmake-utils/Dependencies.cmake
|
|
+++ b/cmake-utils/Dependencies.cmake
|
|
@@ -7,7 +7,7 @@ target_link_libraries(CryfsDependencies_
|
|
set(Boost_USE_STATIC_LIBS OFF)
|
|
find_package(Boost 1.84.0
|
|
REQUIRED
|
|
- COMPONENTS filesystem system thread chrono program_options)
|
|
+ COMPONENTS filesystem thread chrono program_options)
|
|
add_library(CryfsDependencies_boost INTERFACE)
|
|
target_link_libraries(CryfsDependencies_boost INTERFACE Boost::boost Boost::filesystem Boost::thread Boost::chrono Boost::program_options)
|
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|