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:
parent
5d95559977
commit
175c3b1313
|
@ -62,7 +62,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
|
||||||
|
|
Loading…
Reference in New Issue