aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-12-02 13:57:18 -0500
committerGitHub <noreply@github.com>2024-12-02 13:57:18 -0500
commit02eaeec1ac61b3933bf10a40abdeff4e2958a4a5 (patch)
treee2150282a608070f2c9412c67df333313b73a2ab /libcxx/src
parentd33dc14833b581d276a712a8425ab8f62a59c589 (diff)
downloadllvm-02eaeec1ac61b3933bf10a40abdeff4e2958a4a5.zip
llvm-02eaeec1ac61b3933bf10a40abdeff4e2958a4a5.tar.gz
llvm-02eaeec1ac61b3933bf10a40abdeff4e2958a4a5.tar.bz2
[libc++] Remove obsolete CMake variable (#118119)
That variable is not referenced anywhere anymore, so it can be removed.
Diffstat (limited to 'libcxx/src')
-rw-r--r--libcxx/src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/src/CMakeLists.txt b/libcxx/src/CMakeLists.txt
index 6d60fa1..41ab8ca 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