summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-03-14 13:04:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-03-14 13:04:57 (GMT)
commitddd02424bffa5091601765d0d4e11c1342c48673 (patch)
tree8d17cefd70a53e46a2c938b62fea79ee3e86890b /CMakeLists.txt
parent2eb03276f4651ea84c90b66cf3c78f8f3b96fab2 (diff)
parentffd222f0bb26e6b9fb696bfda60a5f675cae1514 (diff)
downloadDoxygen-ddd02424bffa5091601765d0d4e11c1342c48673.zip
Doxygen-ddd02424bffa5091601765d0d4e11c1342c48673.tar.gz
Doxygen-ddd02424bffa5091601765d0d4e11c1342c48673.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 764aebe..a9545d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
# Documents produced by Doxygen are derivative works derived from the
# input used in their production; they are not affected by this license.
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.3)
project(doxygen)
option(build_wizard "Build the GUI frontend for doxygen." OFF)