We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ca74f commit afa0befCopy full SHA for afa0bef
cmake_modules/ThirdpartyToolchain.cmake
@@ -315,7 +315,6 @@ macro(build_lucene)
315
set(LUCENE_INCLUDE_DIR "${LUCENE_PREFIX}/include")
316
# The include directory must exist before it is referenced by a target.
317
file(MAKE_DIRECTORY "${LUCENE_INCLUDE_DIR}")
318
-
319
include_directories(SYSTEM ${LUCENE_INCLUDE_DIR})
320
add_library(lucene INTERFACE IMPORTED)
321
target_include_directories(lucene INTERFACE "${LUCENE_INCLUDE_DIR}")
0 commit comments