From 0075192ada6ac2ff59d029f12edf1ff31d1ee5c1 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 20 Aug 2015 18:24:50 -0400 Subject: [PATCH] ...silly typo. --- CMake/DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/DefineOptions.cmake b/CMake/DefineOptions.cmake index 335ecce26c..6e14ffe92d 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." ON) + option(WITH_MINIMAID "Build with Minimaid Lights Support." ON) elseif(LINUX) option(WITH_FFMPEG "Build with FFMPEG." ON) # Builder beware: later versions of ffmpeg may break!