CMake: Removed temporarily disabled clang block

Was disabled in rBc778fd981e63. Libraries have been updated in rBL62576.
This commit is contained in:
Sebastián Barschkis 2021-02-24 20:18:07 +01:00
parent 7a8a8241b9
commit 9a1b29e16c
1 changed files with 6 additions and 7 deletions

View File

@ -333,13 +333,12 @@ if(WITH_LLVM)
if(NOT LLVM_FOUND)
message(FATAL_ERROR "LLVM not found.")
endif()
# Temporarily removing clang - new libs still need to be committed
# if(WITH_CLANG)
# find_package(Clang)
# if(NOT CLANG_FOUND)
# message(FATAL_ERROR "Clang not found.")
# endif()
# endif()
if(WITH_CLANG)
find_package(Clang)
if(NOT CLANG_FOUND)
message(FATAL_ERROR "Clang not found.")
endif()
endif()
endif()