[libcxx-commits] [libcxx] ae8d699 - [NFC][libc++] tab -> space
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 21 03:27:31 PST 2024
Author: Mark de Wever
Date: 2024-01-21T12:27:21+01:00
New Revision: ae8d699d6cfb9eee2331bd5cdf8e1ffbf5168cff
URL: https://github.com/llvm/llvm-project/commit/ae8d699d6cfb9eee2331bd5cdf8e1ffbf5168cff
DIFF: https://github.com/llvm/llvm-project/commit/ae8d699d6cfb9eee2331bd5cdf8e1ffbf5168cff.diff
LOG: [NFC][libc++] tab -> space
Added:
Modified:
libcxx/src/CMakeLists.txt
Removed:
################################################################################
diff --git a/libcxx/src/CMakeLists.txt b/libcxx/src/CMakeLists.txt
index 5481fe440e7815..44a088663463c9 100644
--- a/libcxx/src/CMakeLists.txt
+++ b/libcxx/src/CMakeLists.txt
@@ -399,7 +399,7 @@ if (NOT CMAKE_CONFIGURATION_TYPES)
if(LIBCXX_INSTALL_HEADERS)
set(header_install_target install-cxx-headers)
endif()
- if(LIBCXX_INSTALL_MODULES)
+ if(LIBCXX_INSTALL_MODULES)
set(module_install_target install-cxx-modules)
endif()
add_custom_target(install-cxx
More information about the libcxx-commits
mailing list