Skip to content

Commit afa0bef

Browse files
committed
fix0554
1 parent 21ca74f commit afa0bef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ macro(build_lucene)
315315
set(LUCENE_INCLUDE_DIR "${LUCENE_PREFIX}/include")
316316
# The include directory must exist before it is referenced by a target.
317317
file(MAKE_DIRECTORY "${LUCENE_INCLUDE_DIR}")
318-
319318
include_directories(SYSTEM ${LUCENE_INCLUDE_DIR})
320319
add_library(lucene INTERFACE IMPORTED)
321320
target_include_directories(lucene INTERFACE "${LUCENE_INCLUDE_DIR}")

0 commit comments

Comments
 (0)