Skip to content

Commit

Permalink
Merge pull request #212 from vladermolaev/master
Browse files Browse the repository at this point in the history
Support x64 build with VS2019
  • Loading branch information
ifratric authored Oct 11, 2019
2 parents 0eb46b5 + 3fad0cb commit a320024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ add_executable(test_netmode test_netmode.cpp)

add_executable(test_servermode test_simple_winsock_client.cpp)

if(NOT "${CMAKE_GENERATOR}" MATCHES "(Win64)")
if(NOT ("${CMAKE_GENERATOR}" MATCHES "(Win64)" OR "${CMAKE_GENERATOR_PLATFORM}" MATCHES "(64)"))

project(test_static)

Expand Down

0 comments on commit a320024

Please sign in to comment.