Update CMakeLists.txt

This commit is contained in:
greg
2019-04-06 14:10:53 -04:00
parent 435d0d4db5
commit 9fa76bd5d7
-4
View File
@@ -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()