Remove incorrect comment.

The FindLua module from CMake now displays the correct Lua version.

Signed-off-by: Steven Oliver <oliver.steven@gmail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Steven Oliver 2012-08-27 17:29:47 -04:00 committed by Julien Danjou
parent 22e7251fbf
commit bff2c7ea3b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ include(FindDoxygen)
# pkg-config # pkg-config
include(FindPkgConfig) include(FindPkgConfig)
# lua 5.1 # lua 5.1
include(FindLua51) #Due to a cmake bug, you will see Lua50 on screen include(FindLua51)
# }}} # }}}
# {{{ Check if documentation can be build # {{{ Check if documentation can be build