[libcxx-commits] [libcxx] [libc++] Remove obsolete CMake variable (PR #118119)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 29 09:57:35 PST 2024
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/118119
That variable is not referenced anywhere anymore, so it can be removed.
>From ac5175161a3619405f8be237d3b0f2ae106c4d8b Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Fri, 29 Nov 2024 12:56:53 -0500
Subject: [PATCH] [libc++] Remove obsolete CMake variable
That variable is not referenced anywhere anymore, so it can be removed.
---
libcxx/src/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
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
More information about the libcxx-commits
mailing list