We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111afcc commit 72a0907Copy full SHA for 72a0907
CMakeLists.txt
@@ -174,6 +174,14 @@ write_basic_package_version_file(
174
COMPATIBILITY SameMajorVersion
175
)
176
177
+# Windows uses a different help sytem.
178
+if((NOT WIN32) AND (NOT CMAKE_HOST_WIN32))
179
+# install manpage (not gzipped, some BSD's do not want it compressed?)
180
+install(FILES ${CMAKE_SOURCE_DIR}/doc/tommath.3
181
+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man3/
182
+)
183
+endif()
184
+
185
# install version file
186
install(FILES ${PROJECT_VERSION_FILE}
187
DESTINATION ${CONFIG_INSTALL_DIR}
0 commit comments