Skip to content

Commit 8c40dcd

Browse files
committed
Don't try to install the manpage when using CMake
... there's no manpage on master Fixup of aeebd86 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 70cdc72 commit 8c40dcd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,6 @@ write_basic_package_version_file(
190190
COMPATIBILITY SameMajorVersion
191191
)
192192

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-
201193
# install version file
202194
install(FILES ${PROJECT_VERSION_FILE}
203195
DESTINATION ${CONFIG_INSTALL_DIR}

0 commit comments

Comments
 (0)