We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b240149 commit c6b96d1Copy full SHA for c6b96d1
source/CMakeLists.txt
@@ -67,7 +67,7 @@ if (UNIX)
67
)
68
# Manual and example
69
install(FILES
70
- ${CMAKE_SOURCE_DIR}/manual/manual-201310.pdf
+ ${CMAKE_SOURCE_DIR}/manual/manual.pdf
71
DESTINATION share/${CMAKE_PROJECT_NAME}/doc
72
COMPONENT manual
73
RENAME manual.pdf
@@ -83,7 +83,7 @@ elseif (WIN32)
83
84
85
86
87
DESTINATION doc
88
89
0 commit comments