summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAli Abdulkadir <autostart.ini@gmail.com>2017-09-27 13:11:04 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-27 13:11:04 -0700
commit4857da6fb35910c86548ded71642c5abdb10489e (patch)
tree8f1a9ddcf71906848b943c379585895c9d8c0073 /cmake
parenta0b4f9a49e4e939d4fdd1cc6830a4edb4ab205d2 (diff)
downloadlibpcap-4857da6fb35910c86548ded71642c5abdb10489e.tar.gz
Get rid of obsolete comment line.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPacket.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/FindPacket.cmake b/cmake/FindPacket.cmake
index bbaaff16..63f95444 100644
--- a/cmake/FindPacket.cmake
+++ b/cmake/FindPacket.cmake
@@ -47,7 +47,6 @@ if(NOT PACKET_DLL_DIR)
endif()
# The 64-bit Packet.lib is located under /x64
-# MinGW users may manually define TARGET_IS_MINGW64 to point to /x64
set(64BIT_SUBDIR "")
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(64BIT_SUBDIR "/x64")