From 19ff8e95e51547f7c0a5b87c5d0b2237c11ebbce Mon Sep 17 00:00:00 2001 From: Brian Sidebotham Date: Tue, 15 Oct 2013 11:42:26 +0100 Subject: [PATCH] Temporarily disable Boost.Context library build as it breaks MinGW builds by bringing in a dependency on MASM (The Microsoft Assembler) --- CMakeModules/download_boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/download_boost.cmake b/CMakeModules/download_boost.cmake index 6df019a3f2..53786baed0 100644 --- a/CMakeModules/download_boost.cmake +++ b/CMakeModules/download_boost.cmake @@ -42,7 +42,7 @@ if( BUILD_GITHUB_PLUGIN ) # Chosen libraries are based on AVHTTP requirements, and possibly # unit_test_framework for its own worth. set( BOOST_LIBS_BUILT - context + #context #coroutine date_time #exception