Skip to content

Commit 1c3fc16

Browse files
committed
fix
1 parent 06cce26 commit 1c3fc16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ macro(build_lucene)
330330
"-DBOOST_ROOT=${BOOST_INSTALL}"
331331
"-DBoost_CHRONO_FOUND=TRUE"
332332
"-DBoost_THREAD_FOUND=TRUE"
333-
# "-DZLIB_INCLUDE_DIRS=${ZLIB_INCLUDE_DIR}"
334-
# "-DZLIB_LIBRARY_RELEASE=${ZLIB_LIBRARIES}"
333+
"-DZLIB_INCLUDE_DIRS=${ZLIB_INCLUDE_DIR}"
334+
"-DZLIB_LIBRARY_RELEASE=${ZLIB_LIBRARIES}"
335335
"-DZLIB_ROOT=${LUCENE_ZLIB_ROOT}"
336336
"-DCMAKE_INSTALL_PREFIX=${LUCENE_PREFIX}")
337337

0 commit comments

Comments
 (0)