You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/CMakeLists.txt
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# Provide a local project and cmake_minimum_required calls
2
2
# to permit to generate the documentation without configuring
3
3
# the complete project
4
-
5
-
cmake_minimum_required(VERSION 3.0)
4
+
cmake_minimum_required(VERSION 3.5)
6
5
7
6
# This variable should contain the argument of the project call in the main CMakeLists.txt
8
7
set(ORIGINAL_PROJECT_NAME "LibTemplateCMake")
@@ -16,9 +15,9 @@ if(DOXYGEN_FOUND)
16
15
# This variables are used inside the Doxyfile.in template
17
16
set(DOXYGEN_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}"CACHESTRING"Build directory for Doxygen html output (absolute).")
18
17
set(DOXYGEN_INSTALL_DIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${ORIGINAL_PROJECT_NAME}"CACHESTRING"Installation directory for Doxygen html output (relative to CMAKE_INSTALL_PREFIX).")
0 commit comments