From ac5175161a3619405f8be237d3b0f2ae106c4d8b Mon Sep 17 00:00:00 2001 From: Louis Dionne 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 6d60fa11bf1d2..41ab8cad5b7da 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