changeset 7233 | 225179f64fd8 |
parent 7226 | c3b4fc19fcd4 |
child 7256 | 5b97b9946cde |
--- a/CMakeLists.txt Tue Jun 12 21:42:22 2012 -0400 +++ b/CMakeLists.txt Wed Jun 13 11:18:30 2012 -0400 @@ -200,7 +200,7 @@ endif() find_package(Lua) -if(${LUA_FOUND}) +if(LUA_FOUND) message(STATUS "Lua library is present on your system (${LUA_DEFAULT})") else() message(STATUS "Lua library not found, building bundled dependency")