diff -r 98b990feec7d -r d48bbe4518e6 hedgewars/CMakeLists.txt --- a/hedgewars/CMakeLists.txt Wed Feb 10 17:53:21 2010 +0000 +++ b/hedgewars/CMakeLists.txt Wed Feb 10 21:23:03 2010 +0000 @@ -5,7 +5,8 @@ find_package(SDL_net) find_package(SDL_ttf) find_package(SDL_mixer) -find_package(Lua51 REQUIRED) +#TODO: exclude for iphone only? +find_package(Lua51) #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