[libc-commits] [PATCH] D143139: [libc] Bump minimum CMake version to 3.20.0 and remove a now uneccesary policy.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 23 18:59:36 PST 2023


sivachandra updated this revision to Diff 500041.
sivachandra added a comment.

Remove the CMake version bump as it is being done in
https://reviews.llvm.org/D144509 in a single-shot to
the entire llvm-project.


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.500041.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230224/c4529736/attachment-0001.bin>


More information about the libc-commits mailing list