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 70cdc72 commit 8c40dcdCopy full SHA for 8c40dcd
CMakeLists.txt
@@ -190,14 +190,6 @@ write_basic_package_version_file(
190
COMPATIBILITY SameMajorVersion
191
)
192
193
-# Windows uses a different help sytem.
194
-if((NOT WIN32) AND (NOT CMAKE_HOST_WIN32))
195
-# install manpage (not gzipped, some BSD's do not want it compressed?)
196
-install(FILES ${CMAKE_SOURCE_DIR}/doc/tommath.3
197
- DESTINATION ${CMAKE_INSTALL_MANDIR}/man3/
198
-)
199
-endif()
200
-
201
# install version file
202
install(FILES ${PROJECT_VERSION_FILE}
203
DESTINATION ${CONFIG_INSTALL_DIR}
0 commit comments