From 3ee0a8af7c266847e04c520342d98157a9773c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Sun, 18 Apr 2021 10:08:03 -0700 Subject: [PATCH] Remove unnecessary version check --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea4ec375..011757e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,11 +52,6 @@ else() endif() endif() -if(USE_CLANG_TIDY) - # note: for clang-tidy, we need cmake 3.6, or (if the return code should be handled correctly, e.g. on CI), we need 3.8. - cmake_minimum_required(VERSION 3.8 FATAL_ERROR) -endif() - # The MSVC version on AppVeyor CI needs this if(MSVC) add_definitions(/bigobj)