[libc-commits] [PATCH] D143139: [libc] Remove a now uneccesary CMake policy.

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe758215e06f4: [libc] Remove a now uneccesary CMake policy. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143139/new/

https://reviews.llvm.org/D143139

Files:
  libc/CMakeLists.txt


Index: libc/CMakeLists.txt
===================================================================
--- libc/CMakeLists.txt
+++ libc/CMakeLists.txt
@@ -3,9 +3,6 @@
 # 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143139.500043.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230224/28c91a15/attachment.bin>


More information about the libc-commits mailing list