Skip to content

Commit 916a8fd

Browse files
authored
Remove obsolete cmake_minimum_required that is lower than the required version in the main CMakeLists.txt (#3320)
1 parent 30aa181 commit 916a8fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

indra/doxygen/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# -*- cmake -*-
22

3-
# cmake_minimum_required should appear before any
4-
# other commands to guarantee full compatibility
5-
# with the version specified
6-
## prior to 2.8, the add_custom_target commands used in setting the version did not work correctly
7-
cmake_minimum_required(VERSION 3.8.0 FATAL_ERROR)
8-
93
set(ROOT_PROJECT_NAME "SecondLife" CACHE STRING
104
"The root project/makefile/solution name. Defaults to SecondLife.")
115
project(${ROOT_PROJECT_NAME})

0 commit comments

Comments
 (0)