summaryrefslogtreecommitdiff
path: root/indra/doxygen/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-03-01 02:59:15 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-03-01 02:59:15 +0200
commitfa9d4927f45f868573d95d670652c561d50a0de7 (patch)
tree816639620f4308300d8d5b20a9356d43bac0d8f0 /indra/doxygen/CMakeLists.txt
parent201f83472c604e837b40c12f3750602e30d79d0b (diff)
parent43031968a653899f62755b6d7b7e28b7fedc24d9 (diff)
Merge remote-tracking branch 'NickyD/viewer-cleanup:master' into DRTVWR-543-maint
# Conflicts: # autobuild.xml
Diffstat (limited to 'indra/doxygen/CMakeLists.txt')
-rw-r--r--indra/doxygen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/doxygen/CMakeLists.txt b/indra/doxygen/CMakeLists.txt
index 84188bd32f..616b5cd09c 100644
--- a/indra/doxygen/CMakeLists.txt
+++ b/indra/doxygen/CMakeLists.txt
@@ -4,7 +4,7 @@
# other commands to guarantee full compatibility
# with the version specified
## prior to 2.8, the add_custom_target commands used in setting the version did not work correctly
-cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.8.0 FATAL_ERROR)
set(ROOT_PROJECT_NAME "SecondLife" CACHE STRING
"The root project/makefile/solution name. Defaults to SecondLife.")