Skip to content
Snippets Groups Projects
Commit c1dc250c authored by Mattias Ellert's avatar Mattias Ellert Committed by Pere Mato Vila
Browse files

Always build LLVM as static libraries

parent 15b6641c
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ else()
endif()
endif()
set(CMAKE_BUILD_TYPE ${LLVM_BUILD_TYPE})
set(BUILD_SHARED_LIBS "NO")
#--- Do not build cling as part of llvm.
set(LLVM_NOCLING "YES")
......
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