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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 2 10:57:21 PST 2024


Author: Louis Dionne
Date: 2024-12-02T13:57:18-05:00
New Revision: 02eaeec1ac61b3933bf10a40abdeff4e2958a4a5

URL: https://github.com/llvm/llvm-project/commit/02eaeec1ac61b3933bf10a40abdeff4e2958a4a5
DIFF: https://github.com/llvm/llvm-project/commit/02eaeec1ac61b3933bf10a40abdeff4e2958a4a5.diff

LOG: [libc++] Remove obsolete CMake variable (#118119)

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

Added: 
    

Modified: 
    libcxx/src/CMakeLists.txt

Removed: 
    


################################################################################
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