We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c48239 commit 47fcb04Copy full SHA for 47fcb04
1 file changed
cmake_modules/ThirdpartyToolchain.cmake
@@ -327,7 +327,8 @@ macro(build_lucene)
327
add_library(lucene STATIC IMPORTED)
328
set_target_properties(lucene
329
PROPERTIES IMPORTED_LOCATION "${LUCENE_LIB}"
330
- INTERFACE_INCLUDE_DIRECTORIES "${LUCENE_INCLUDE_DIR}")
+ INTERFACE_INCLUDE_DIRECTORIES
331
+ "${LUCENE_INCLUDE_DIR}")
332
333
target_link_libraries(lucene
334
INTERFACE boost_date_time
0 commit comments