Skip to content

Commit a7093c3

Browse files
authored
Update CMakeLists.txt
1 parent 47ab7a9 commit a7093c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
241241
include_directories(SYSTEM ${LLVM_INCLUDE_DIRS})
242242
separate_arguments(LLVM_DEFINITIONS_LIST NATIVE_COMMAND ${LLVM_DEFINITIONS})
243243
add_definitions(${LLVM_DEFINITIONS_LIST})
244-
244+
245245
if (USE_CLING)
246246
message(STATUS "CLING_INCLUDE_DIRS: ${CLING_INCLUDE_DIRS}")
247247
endif(USE_CLING)

0 commit comments

Comments
 (0)