summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-22 16:51:02 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-22 16:51:02 -0800
commit72b5093bfb8d5a4f6772d66568917f68adf3bc44 (patch)
tree9c329c4c1f9eced48326a29f9afd5fea419a2fa4 /CMakeLists.txt
parent59bf0fc9ebcd5b61a92dbc37567ac8fd48bbfeb5 (diff)
downloadtcpdump-72b5093bfb8d5a4f6772d66568917f68adf3bc44.tar.gz
What has to be expanded is the template file, not the result file.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3077b5d3..1771cd5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -709,7 +709,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmakeconfig.h.in ${CMAKE_CURRENT_BINA
#
include(GNUInstallDirs)
-set(MAN1_EXPAND tcpdump.1)
+set(MAN1_EXPAND tcpdump.1.in)
if(WIN32)
# XXX TODO where to install on Windows?