mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
Update CMakeLists.txt
This commit is contained in:
Vendored
-4
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user