diff options
author | Joseph Herlant <herlantj@gmail.com> | 2018-05-25 22:07:28 -0700 |
---|---|---|
committer | Joseph Herlant <aerostitch@users.noreply.github.com> | 2018-05-25 22:17:50 -0700 |
commit | 2a103031eb73c1180287a176e7e9d2e006729329 (patch) | |
tree | 671ee7734f701c5e4970fd7d2a4d979cc53bbc2c /man | |
parent | 41a1264cdd43a11695de85eab0bd3c941abf2b70 (diff) | |
download | navit-2a103031eb73c1180287a176e7e9d2e006729329.tar.gz |
cleanup:cmake:retab all CMakeLists.txt files
Diffstat (limited to 'man')
-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 096b529f9..5c0b6c90a 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -1,5 +1,5 @@ INSTALL(FILES maptool.1 DESTINATION ${MAN_DIR}) if(NOT DEFINED NAVIT_BINARY) - set(NAVIT_BINARY navit) + set(NAVIT_BINARY navit) endif() INSTALL(FILES navit.1 DESTINATION ${MAN_DIR} RENAME ${NAVIT_BINARY}.1) |