[libc-commits] [libc] 1ceb007 - [libc][Obvious] Fix typo in CMake file.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Tue Mar 15 01:32:26 PDT 2022
Author: Siva Chandra Reddy
Date: 2022-03-15T08:32:05Z
New Revision: 1ceb007939a837ab74d71a56c0776e2707778e03
URL: https://github.com/llvm/llvm-project/commit/1ceb007939a837ab74d71a56c0776e2707778e03
DIFF: https://github.com/llvm/llvm-project/commit/1ceb007939a837ab74d71a56c0776e2707778e03.diff
LOG: [libc][Obvious] Fix typo in CMake file.
Added:
Modified:
libc/src/__support/threads/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/src/__support/threads/CMakeLists.txt b/libc/src/__support/threads/CMakeLists.txt
index 52b57cb05ef4c..a2792c3475dd1 100644
--- a/libc/src/__support/threads/CMakeLists.txt
+++ b/libc/src/__support/threads/CMakeLists.txt
@@ -6,6 +6,6 @@ add_header_library(
thread
HDRS
mutex.h
- DEPS
+ DEPENDS
.${LIBC_TARGET_OS}.thread
)
More information about the libc-commits
mailing list