Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos committed Sep 8, 2015
1 parent e780ee7 commit 0e5105e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/FindClang.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ find_package(LLVM CONFIG ${LLVM_FIND_TYPE} QUIET)

set(Clang_FOUND FALSE)

if(NOT TARGET llvm-config)
message(STATUS "LLVM was not found -> cannot find clang")
return()
endif()

set(CLANG_LIBRARY_DIR ${LLVM_LIBRARY_DIRS})
set(CLANG_INCLUDE_DIR ${LLVM_INCLUDE_DIRS})

Expand Down

0 comments on commit 0e5105e

Please sign in to comment.