From 175c3b1313422030fafbd765264a6f6d5f158357 Mon Sep 17 00:00:00 2001 From: Steven Oliver Date: Mon, 27 Aug 2012 17:29:47 -0400 Subject: [PATCH] Remove incorrect comment. The FindLua module from CMake now displays the correct Lua version. Signed-off-by: Steven Oliver Signed-off-by: Julien Danjou --- awesomeConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomeConfig.cmake b/awesomeConfig.cmake index 9ea53b7dc..a7ebb0e3d 100644 --- a/awesomeConfig.cmake +++ b/awesomeConfig.cmake @@ -62,7 +62,7 @@ include(FindDoxygen) # pkg-config include(FindPkgConfig) # lua 5.1 -include(FindLua51) #Due to a cmake bug, you will see Lua50 on screen +include(FindLua51) # }}} # {{{ Check if documentation can be build