summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-24 13:31:25 (GMT)
committerGitHub <noreply@github.com>2020-10-24 13:31:25 (GMT)
commit49bd996c0e05df763632c346038a2346174f7382 (patch)
tree007a0c8f140d7578d0fe0d965593201c8cb11cd7 /src
parent6decf0b6e06ad426a97b56be682dc5be14864a88 (diff)
parent3474127ee81e6f1afe2b0889a135ff36db97fc48 (diff)
downloadDoxygen-49bd996c0e05df763632c346038a2346174f7382.zip
Doxygen-49bd996c0e05df763632c346038a2346174f7382.tar.gz
Doxygen-49bd996c0e05df763632c346038a2346174f7382.tar.bz2
Merge pull request #8124 from albert-github/feature/bug_cmake_version
Redundant / incorrect required version of cmake
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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++)