Skip to content
Snippets Groups Projects
Commit eb71a609 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Adding cling as llvm external project is done implicitly already when placing...

Adding cling as llvm external project is done implicitly already when placing cling (soft link) in llvm/src/tools
parent 4485953f
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,4 @@ if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
add_llvm_implicit_external_projects()
endif()
if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cling/CMakeLists.txt )
add_llvm_external_project( ${CMAKE_CURRENT_SOURCE_DIR}/cling )
endif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cling/CMakeLists.txt )
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment