diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-10 18:13:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-11 19:18:06 +0900 |
commit | fa58336351ebfa45b67998e0a1c0639d98509bc5 (patch) | |
tree | ee6b5800c7ccb8fd4f0f51774dc358980af1291f /src/CMakeLists.txt | |
parent | 2a173c586953cbca4c6fbb598d2644a911ac0f3d (diff) | |
download | knmap-fa58336351ebfa45b67998e0a1c0639d98509bc5.tar.gz knmap-fa58336351ebfa45b67998e0a1c0639d98509bc5.zip |
Removed already applied .diff file and custom _DEBUG flag
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4b0fb52c99f374cb81f6b615ece6202535815bcb)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c9681f5..e21296e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,7 +58,7 @@ tde_install_icons( ) ##### other data install( - FILES knmapui.rc nmap_manpage.html nmap_manpage.html.diff + FILES knmapui.rc nmap_manpage.html DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) |