Files
nixpkgs/pkgs/by-name/sh/shark/boost-1.89.patch
2026-03-21 16:28:12 -07:00

14 lines
273 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 830f0baf..a9048f14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,7 +147,7 @@ endif()
find_package(
Boost 1.48.0 REQUIRED COMPONENTS
serialization
- filesystem system
+ filesystem
)
if(NOT Boost_FOUND)