Skip to content

Commit 50d1477

Browse files
committed
Fix Homebrew requires that man pages live under share
1 parent 94b9915 commit 50d1477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ if(UNIX AND NOT ANDROID)
751751
)
752752
install(FILES
753753
${VISP_BINARY_DIR}/doc/man/man1/visp-config.1.gz
754-
DESTINATION man/man1
754+
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/man/man1
755755
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ OWNER_WRITE
756756
COMPONENT dev
757757
)

0 commit comments

Comments
 (0)