From 9fa76bd5d7d5d49aedda8b1a8278f0e47425f235 Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 6 Apr 2019 14:10:53 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52cfa95..1607ce4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,10 +43,6 @@ option(PHMAP_BUILD_EXAMPLES "Whether or not to build the examples" OFF) if(MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj") - if(CMAKE_SIZEOF_VOID_P EQUAL 8) - set(CMAKE_GENERATOR_PLATFORM "x64") - endif() - elseif(CXXFLAGS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CXXFLAGS}") else()