From 4344d0114a45beb7badbdf3fdd1a59173fed1f12 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 20 Aug 2015 16:50:10 -0400 Subject: [PATCH] Have Windows build with Minimaid on by default. --- CMake/DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/DefineOptions.cmake b/CMake/DefineOptions.cmake index c634d3849d..335ecce26c 100644 --- a/CMake/DefineOptions.cmake +++ b/CMake/DefineOptions.cmake @@ -27,7 +27,7 @@ option(WITH_NO_ROLC_TOMCRYPT "Build without the ROLC assembly instructions for t option(WITH_GPL_LIBS "Build with GPL libraries." ON) if(WIN32) - option(WITH_MINIMAID "Build with Mimimaid Lights Support." OFF) + option(WITH_MINIMAID "Build with Mimimaid Lights Support." ON) elseif(LINUX) option(WITH_FFMPEG "Build with FFMPEG." ON) # Builder beware: later versions of ffmpeg may break!