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!