summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
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")