Skip to content

Commit

Permalink
Fix a small typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura authored and vgvassilev committed Sep 14, 2020
1 parent 324667a commit 16c4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
set(extra_hints HINTS ${Clang_DIR} "${Clang_DIR}/lib/cmake/clang" "${Clang_DIR}/cmake")
endif()

find_package(Clang ${CLANG_VERSION} REQUIRED CONFIGi ${extra_hints})
find_package(Clang ${CLANG_VERSION} REQUIRED CONFIG ${extra_hints})
endif()

if (NOT Clang_FOUND AND DEFINED Clang_DIR)
Expand Down

0 comments on commit 16c4724

Please sign in to comment.