From c778fd981e636d99f819806471e2ee83a3cb76c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastia=CC=81n=20Barschkis?= Date: Wed, 24 Feb 2021 16:12:50 +0100 Subject: CMake: Temporarily removing find clang block New libs have not landed in the SVN repository. Once they are up, this commit will be reverted. --- build_files/cmake/platform/platform_apple.cmake | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'build_files/cmake') diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake index 31302bf1100..c2e46206046 100644 --- a/build_files/cmake/platform/platform_apple.cmake +++ b/build_files/cmake/platform/platform_apple.cmake @@ -333,12 +333,13 @@ if(WITH_LLVM) if(NOT LLVM_FOUND) message(FATAL_ERROR "LLVM not found.") endif() - if(WITH_CLANG) - find_package(Clang) - if(NOT CLANG_FOUND) - message(FATAL_ERROR "Clang not found.") - endif() - 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() endif() -- cgit v1.2.3