Skip to content

Commit 47fcb04

Browse files
committed
fix0205
1 parent 3c48239 commit 47fcb04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ macro(build_lucene)
327327
add_library(lucene STATIC IMPORTED)
328328
set_target_properties(lucene
329329
PROPERTIES IMPORTED_LOCATION "${LUCENE_LIB}"
330-
INTERFACE_INCLUDE_DIRECTORIES "${LUCENE_INCLUDE_DIR}")
330+
INTERFACE_INCLUDE_DIRECTORIES
331+
"${LUCENE_INCLUDE_DIR}")
331332

332333
target_link_libraries(lucene
333334
INTERFACE boost_date_time

0 commit comments

Comments
 (0)