Skip to content

Commit 8d69181

Browse files
committed
remove extra whitespace
1 parent bc8040d commit 8d69181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/modules/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(LLVM_INSTALL_PACKAGE_DIR "${CMAKE_INSTALL_PACKAGEDIR}/llvm" CACHE STRING
1414
"Path for CMake subdirectory for LLVM (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/llvm')")
1515
# CMAKE_INSTALL_PACKAGEDIR might be absolute, so don't reuse below.
1616
string(REPLACE "${CMAKE_CFG_INTDIR}" "." llvm_builddir "${LLVM_LIBRARY_DIR}")
17-
set( llvm_cmake_builddir "${llvm_builddir}/cmake/llvm")
17+
set(llvm_cmake_builddir "${llvm_builddir}/cmake/llvm")
1818
set(clang_cmake_builddir "${llvm_builddir}/cmake/clang")
1919

2020
get_property(CLANG_EXPORTS GLOBAL PROPERTY CLANG_EXPORTS)

0 commit comments

Comments
 (0)