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
22e7251fbf
commit
bff2c7ea3b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue