diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-08 00:47:01 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-08 00:47:01 +1300 |
| commit | 840a723c998def069ac85fe4db0aeeabf8948e3a (patch) | |
| tree | 0a2c3339348b4eccd6760fb1b2b22fe3f2da89ee | |
| parent | de3561565005bce284cc9429d036e36867d49ac3 (diff) | |
| download | PROJ-840a723c998def069ac85fe4db0aeeabf8948e3a.tar.gz PROJ-840a723c998def069ac85fe4db0aeeabf8948e3a.zip | |
Use CMAKE_INSTALL_MANDIR to override default (#3081) (#3092)
Co-authored-by: Mike Taves <mwtoews@gmail.com>
| -rw-r--r-- | man/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 031cde04..a27429a4 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -6,4 +6,4 @@ install(FILES man1/gie.1 man1/projinfo.1 man1/projsync.1 - DESTINATION share/man/man1) + DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) |
