From ea8d11378c29003745b240bf2f4598a3885228a1 Mon Sep 17 00:00:00 2001 From: ethdev Date: Tue, 9 Dec 2014 17:05:12 +0100 Subject: [PATCH] small windows fix --- cmake/EthDependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/EthDependencies.cmake b/cmake/EthDependencies.cmake index 600d9b72e..7c0fe048c 100644 --- a/cmake/EthDependencies.cmake +++ b/cmake/EthDependencies.cmake @@ -87,7 +87,7 @@ find_package (Qt5Widgets REQUIRED) find_package (Qt5WebKit REQUIRED) find_package (Qt5WebKitWidgets REQUIRED) -if (${CMAKE_CXX_COMPILER_ID} MATCHES "MSVC") +if (WIN32) # TODO hanlde other msvc versions or it will fail find them set(Boost_COMPILER -vc120) set(Boost_USE_STATIC_LIBS ON)