hedgewars/CMakeLists.txt
changeset 2804 31c6c36c5d34
parent 2798 d48bbe4518e6
child 2809 b8956af350c1
--- a/hedgewars/CMakeLists.txt	Sat Feb 13 01:56:35 2010 +0000
+++ b/hedgewars/CMakeLists.txt	Sat Feb 13 12:40:40 2010 +0000
@@ -5,8 +5,6 @@
 find_package(SDL_net)
 find_package(SDL_ttf)
 find_package(SDL_mixer)
-#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