[libcxx-commits] [libcxx] [libc++] Remove obsolete CMake variable (PR #118119)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 29 09:58:08 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>

That variable is not referenced anywhere anymore, so it can be removed.

---
Full diff: https://github.com/llvm/llvm-project/pull/118119.diff


1 Files Affected:

- (modified) libcxx/src/CMakeLists.txt (-2) 


``````````diff
diff --git a/libcxx/src/CMakeLists.txt b/libcxx/src/CMakeLists.txt
index 6d60fa11bf1d20..41ab8cad5b7da8 100644
--- a/libcxx/src/CMakeLists.txt
+++ b/libcxx/src/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LIBCXX_LIB_CMAKEFILES_DIR "${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}"  PARENT_SCOPE)
-
 # Get sources
 set(LIBCXX_SOURCES
   algorithm.cpp

``````````

</details>


https://github.com/llvm/llvm-project/pull/118119


More information about the libcxx-commits mailing list