diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6777e5ad..e887c9eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ if( WIN32 ) # # We want to build with packet.dll, either from WinPcap or NPcap. # - set(HAVE_PACKET32) + set(HAVE_PACKET32 TRUE) # # Check whether we have the NPcap PacketIsLoopbackAdapter() |