Skip to content

Commit 7bafe2e

Browse files
winksavilleandrewrk
authored andcommitted
Fix alignment of macro FIND_AND_ADD_CLANG_LIB
1 parent 06bf918 commit 7bafe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Findclang.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else()
4444
/usr/local/llvm80/include
4545
/mingw64/include)
4646

47-
macro(FIND_AND_ADD_CLANG_LIB _libname_)
47+
macro(FIND_AND_ADD_CLANG_LIB _libname_)
4848
string(TOUPPER ${_libname_} _prettylibname_)
4949
find_library(CLANG_${_prettylibname_}_LIB NAMES ${_libname_}
5050
PATHS

0 commit comments

Comments
 (0)