diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-22 16:51:02 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-22 16:51:02 -0800 |
commit | 72b5093bfb8d5a4f6772d66568917f68adf3bc44 (patch) | |
tree | 9c329c4c1f9eced48326a29f9afd5fea419a2fa4 /CMakeLists.txt | |
parent | 59bf0fc9ebcd5b61a92dbc37567ac8fd48bbfeb5 (diff) | |
download | tcpdump-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.txt | 2 |
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? |