diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-09-07 18:34:54 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-09-07 18:34:54 -0700 |
commit | f11453cea17e5b3f92ac7541dc004486cbaadad6 (patch) | |
tree | 5f55c5ff0f1c140bacb3f62d58ed795e41b968fe | |
parent | 7986077bff29661d8e7b5caedd7c31c5cf5e01a7 (diff) |
You have to give a value of TRUE/ON/etc. to set a Boolean to "true".
-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() |