mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
14 lines
273 B
Diff
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)
|