Skip to content

Commit ca6055f

Browse files
committed
[cmake] Drop unecessary messages of paths
1 parent b602c32 commit ca6055f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

-7
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,6 @@ include_directories(SYSTEM ${LLVM_INCLUDE_DIRS})
307307
separate_arguments(LLVM_DEFINITIONS_LIST NATIVE_COMMAND ${LLVM_DEFINITIONS})
308308
add_definitions(${LLVM_DEFINITIONS_LIST})
309309

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-
317310
# If the llvm sources are present add them with higher priority.
318311
if (LLVM_BUILD_MAIN_SRC_DIR)
319312
# LLVM_INCLUDE_DIRS contains the include paths to both LLVM's source and

0 commit comments

Comments
 (0)