[libcxx-commits] [PATCH] D152099: [libc++] Removes CMake work-arounds.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 4 08:40:23 PDT 2023
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
CMake older than 3.20.0 is no longer supported.
This removes work-arounds for no longer supported versions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152099
Files:
libcxx/benchmarks/CMakeLists.txt
Index: libcxx/benchmarks/CMakeLists.txt
===================================================================
--- libcxx/benchmarks/CMakeLists.txt
+++ libcxx/benchmarks/CMakeLists.txt
@@ -1,8 +1,3 @@
-if (CMAKE_VERSION VERSION_LESS 3.17)
- message(WARNING "The libc++ benchmarks won't be available because the version of CMake is too old to support them.")
- return()
-endif()
-
include(ExternalProject)
include(CheckCXXCompilerFlag)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152099.528222.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230604/7c78a654/attachment.bin>
More information about the libcxx-commits
mailing list