Remove unnecessary version check

This commit is contained in:
Sebastian Meßmer 2021-04-18 10:08:03 -07:00 committed by GitHub
parent e93c89a05c
commit 3ee0a8af7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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)