Revert "Redefine cmake minimum requirements. Use DoxygenAwesome instead of defining custom html template."

This reverts commit a7ca9f90d6.
This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-07-06 14:06:26 -04:00
parent a7ca9f90d6
commit f70e7df1c5
14 changed files with 6379 additions and 343 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Author: Enrico Fraccaroli
# =============================================================================
# Set the minimum required version of cmake.
cmake_minimum_required(VERSION 3.1...3.22)
cmake_minimum_required(VERSION 2.8)
# Initialize the project.
project(tests C)