[libc-commits] [libc] e758215 - [libc] Remove a now uneccesary CMake policy.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Feb 23 19:03:35 PST 2023


Author: Siva Chandra Reddy
Date: 2023-02-24T03:03:23Z
New Revision: e758215e06f47833803580bc260e00137d4b24d9

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

LOG: [libc] Remove a now uneccesary CMake policy.

Reviewed By: jhuber6

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

Added: 
    

Modified: 
    libc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt
index e59d04c00c739..ea5fa4f09ec3b 100644
--- a/libc/CMakeLists.txt
+++ b/libc/CMakeLists.txt
@@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.13.4)
 # Default to C++17
 set(CMAKE_CXX_STANDARD 17)
 
-# Use old version of target_sources command which converts the source
-# file paths to full paths.
-cmake_policy(SET CMP0076 OLD)
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
 
 # The top-level sourse and binary directories.


        


More information about the libc-commits mailing list