Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ find_package(Boost COMPONENTS
filesystem
iostreams
regex
system
thread
REQUIRED
)
Expand Down
1 change: 0 additions & 1 deletion src/contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ target_link_libraries(lucene++-contrib
Boost::filesystem
Boost::iostreams
Boost::regex
Boost::system
Boost::thread
ZLIB::ZLIB
lucene++::lucene++)
Expand Down
1 change: 0 additions & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ target_link_libraries(lucene++
Boost::filesystem
Boost::iostreams
Boost::regex
Boost::system
Boost::thread
ZLIB::ZLIB
)
Expand Down
1 change: 0 additions & 1 deletion src/demo/deletefiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ target_link_libraries(deletefiles
Boost::filesystem
Boost::iostreams
Boost::regex
Boost::system
Boost::thread
ZLIB::ZLIB
lucene++::lucene++
Expand Down
1 change: 0 additions & 1 deletion src/demo/indexfiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ target_link_libraries(indexfiles
Boost::filesystem
Boost::iostreams
Boost::regex
Boost::system
Boost::thread
ZLIB::ZLIB
lucene++::lucene++
Expand Down
1 change: 0 additions & 1 deletion src/demo/searchfiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ target_link_libraries(searchfiles
Boost::filesystem
Boost::iostreams
Boost::regex
Boost::system
Boost::thread
ZLIB::ZLIB
lucene++::lucene++
Expand Down
1 change: 0 additions & 1 deletion src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ target_link_libraries(lucene++-tester
Boost::filesystem
Boost::iostreams
Boost::regex
Boost::system
Boost::thread
ZLIB::ZLIB
gtest_main
Expand Down