[libc] Remove a now uneccesary CMake policy.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 2 Feb 2023 07:23:52 +0000 (07:23 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 24 Feb 2023 03:03:23 +0000 (03:03 +0000)
Reviewed By: jhuber6

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

libc/CMakeLists.txt

index e59d04c..ea5fa4f 100644 (file)
@@ -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.