1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

CMake: only install man page on *nix systems.

This commit is contained in:
Henrik Hautakoski 2020-02-21 09:38:19 +01:00
parent e5b7f8193e
commit 50e2193d2c

View file

@ -128,8 +128,10 @@ install(FILES README.md LICENSE LICENSE.bitcoin
configure_file( docs/eosio-keygen.1.in
${PROJECT_BINARY_DIR}/man1/eosio-keygen.1 )
if (UNIX)
install(DIRECTORY ${PROJECT_BINARY_DIR}/man1
DESTINATION ${CMAKE_INSTALL_MANDIR})
endif (UNIX)
# --------------------------------
# Extras