From 3474127ee81e6f1afe2b0889a135ff36db97fc48 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 22 Oct 2020 12:15:59 +0200 Subject: Redundant / incorrect required version of cmake In the clang part the required version for cmake was 3.1 though in the general part (on the main directory) already version 3.3. was required. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c3d6f13..37e7b36 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -328,7 +328,6 @@ if (use_libclang) find_package(LLVM REQUIRED CONFIG) find_package(Clang REQUIRED CONFIG) if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") - cmake_minimum_required(VERSION 3.1) target_compile_features(doxymain PRIVATE cxx_alignof) target_compile_features(doxygen PRIVATE cxx_alignof) if (use_libc++) -- cgit v0.12