# HG changeset patch # User smxx # Date 1265763459 0 # Node ID cf5fc37b4508e24c88f09e0b975dd26b0d4b9c77 # Parent 85f6425a4d742654f3c5cb74afd34a54591e00af * Casing ... *whistle* diff -r 85f6425a4d74 -r cf5fc37b4508 hedgewars/CMakeLists.txt --- a/hedgewars/CMakeLists.txt Wed Feb 10 00:55:40 2010 +0000 +++ b/hedgewars/CMakeLists.txt Wed Feb 10 00:57:39 2010 +0000 @@ -5,7 +5,7 @@ find_package(SDL_net) find_package(SDL_ttf) find_package(SDL_mixer) -find_package(LUA51 REQUIRED) +find_package(Lua51 REQUIRED) #find which version of SDL_image and SDL_mixer we have (for IMG_Init and Mix_Init) #if the headers are not installed, the newer apis won't be activated