We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b602c32 commit ca6055fCopy full SHA for ca6055f
CMakeLists.txt
@@ -307,13 +307,6 @@ include_directories(SYSTEM ${LLVM_INCLUDE_DIRS})
307
separate_arguments(LLVM_DEFINITIONS_LIST NATIVE_COMMAND ${LLVM_DEFINITIONS})
308
add_definitions(${LLVM_DEFINITIONS_LIST})
309
310
-if (CPPINTEROP_USE_CLING)
311
- message(STATUS "CLING_INCLUDE_DIRS: ${CLING_INCLUDE_DIRS}")
312
-endif(CPPINTEROP_USE_CLING)
313
-message(STATUS "CLANG_INCLUDE_DIRS: ${CLANG_INCLUDE_DIRS}")
314
-message(STATUS "LLVM_INCLUDE_DIRS: ${LLVM_INCLUDE_DIRS}")
315
-message(STATUS "LLVM_DEFINITIONS_LIST: ${LLVM_DEFINITIONS_LIST}")
316
-
317
# If the llvm sources are present add them with higher priority.
318
if (LLVM_BUILD_MAIN_SRC_DIR)
319
# LLVM_INCLUDE_DIRS contains the include paths to both LLVM's source and
0 commit comments