aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-02-28 10:24:48 -0600
committerAndreas Schneider <asn@cryptomilk.org>2018-06-04 16:55:18 +0200
commitc6ee41bff3dd8c4ecae53051f4d629e90908143e (patch)
tree532e293c4c4f15f3637d12ad0f6f65407582887e /ConfigureChecks.cmake
parent5012a9c146c63032af59f264062b9e96c262bc66 (diff)
downloadlibssh-c6ee41bff3dd8c4ecae53051f4d629e90908143e.tar.gz
libssh-c6ee41bff3dd8c4ecae53051f4d629e90908143e.tar.xz
libssh-c6ee41bff3dd8c4ecae53051f4d629e90908143e.zip
cmake: add WITH_PACKET_DEBUG option
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index fc42d982..4f0ecf8a 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -330,6 +330,10 @@ if (WITH_DEBUG_CRYPTO)
set(DEBUG_CRYPTO 1)
endif (WITH_DEBUG_CRYPTO)
+if (WITH_DEBUG_PACKET)
+ set(DEBUG_PACKET 1)
+endif (WITH_DEBUG_PACKET)
+
if (WITH_DEBUG_CALLTRACE)
set(DEBUG_CALLTRACE 1)
endif (WITH_DEBUG_CALLTRACE)