Skip to content

Commit d65b887

Browse files
authored
Merge pull request #219 from arjendekorte/patch-1
Boost.System has been header only since Boost 1.69.0
2 parents 5a74bd5 + 39a3d7c commit d65b887

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

cmake/dependencies.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ find_package(Boost COMPONENTS
77
filesystem
88
iostreams
99
regex
10-
system
1110
thread
1211
REQUIRED
1312
)

src/contrib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ target_link_libraries(lucene++-contrib
6767
Boost::filesystem
6868
Boost::iostreams
6969
Boost::regex
70-
Boost::system
7170
Boost::thread
7271
ZLIB::ZLIB
7372
lucene++::lucene++)

src/core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ target_link_libraries(lucene++
5757
Boost::filesystem
5858
Boost::iostreams
5959
Boost::regex
60-
Boost::system
6160
Boost::thread
6261
ZLIB::ZLIB
6362
)

src/demo/deletefiles/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ target_link_libraries(deletefiles
3838
Boost::filesystem
3939
Boost::iostreams
4040
Boost::regex
41-
Boost::system
4241
Boost::thread
4342
ZLIB::ZLIB
4443
lucene++::lucene++

src/demo/indexfiles/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ target_link_libraries(indexfiles
3939
Boost::filesystem
4040
Boost::iostreams
4141
Boost::regex
42-
Boost::system
4342
Boost::thread
4443
ZLIB::ZLIB
4544
lucene++::lucene++

src/demo/searchfiles/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ target_link_libraries(searchfiles
3838
Boost::filesystem
3939
Boost::iostreams
4040
Boost::regex
41-
Boost::system
4241
Boost::thread
4342
ZLIB::ZLIB
4443
lucene++::lucene++

src/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ target_link_libraries(lucene++-tester
5959
Boost::filesystem
6060
Boost::iostreams
6161
Boost::regex
62-
Boost::system
6362
Boost::thread
6463
ZLIB::ZLIB
6564
gtest_main

0 commit comments

Comments
 (0)