[libcxx-commits] [libcxx] 18da6db - [libc++][NFC] Remove duplicate ranges entry in CMakeLists.txt.

Dimitry Andric via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 25 14:50:05 PDT 2021


Author: Dimitry Andric
Date: 2021-08-25T23:49:43+02:00
New Revision: 18da6db838c5ba32c326e9d3cd8e8bd35408e809

URL: https://github.com/llvm/llvm-project/commit/18da6db838c5ba32c326e9d3cd8e8bd35408e809
DIFF: https://github.com/llvm/llvm-project/commit/18da6db838c5ba32c326e9d3cd8e8bd35408e809.diff

LOG: [libc++][NFC] Remove duplicate ranges entry in CMakeLists.txt.

The second entry got added accidentally as part of 5a3309f825769.

Reviewed By: cjdb

Differential Revision: https://reviews.llvm.org/D108726

Added: 
    

Modified: 
    libcxx/include/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index 62f5eea1216ca..a757449f79734 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -383,7 +383,6 @@ set(files
   queue
   random
   ranges
-  ranges
   ratio
   regex
   scoped_allocator


        


More information about the libcxx-commits mailing list