[libcxx-commits] [PATCH] D152099: [libc++] Removes CMake work-arounds.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 5 23:10:51 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf26b43fa5cc7: [libc++] Removes CMake work-arounds. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

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

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.528692.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230606/b3a989ec/attachment.bin>


More information about the libcxx-commits mailing list