aboutsummaryrefslogtreecommitdiff
path: root/libcxx/benchmarks
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2023-06-04 17:38:59 +0200
committerMark de Wever <koraq@xs4all.nl>2023-06-06 08:10:31 +0200
commitf26b43fa5cc7db4e2533a16c88752f6d9f014c38 (patch)
treec7d0550d6c1c52f72d78b4c6e10bf31608381756 /libcxx/benchmarks
parent1ebe06017df607d4fc140f6b166e35cd32fc5f16 (diff)
downloadllvm-f26b43fa5cc7db4e2533a16c88752f6d9f014c38.zip
llvm-f26b43fa5cc7db4e2533a16c88752f6d9f014c38.tar.gz
llvm-f26b43fa5cc7db4e2533a16c88752f6d9f014c38.tar.bz2
[libc++] Removes CMake work-arounds.
CMake older than 3.20.0 is no longer supported. This removes work-arounds for no longer supported versions. Reviewed By: #libc, jloser, philnik Differential Revision: https://reviews.llvm.org/D152099
Diffstat (limited to 'libcxx/benchmarks')
-rw-r--r--libcxx/benchmarks/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt
index daa6fa2..1de1cfa9 100644
--- a/libcxx/benchmarks/CMakeLists.txt
+++ b/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)