[iOS] Removed the install rule of the deleted ios.cmake toolchain file

This commit is contained in:
Laurent Gomila 2013-08-30 07:40:41 +02:00 committed by Jonathan De Wachter
parent 239921b456
commit ca29498653

View File

@ -252,7 +252,6 @@ elseif(SFML_OS_MACOSX)
@ONLY)
endif()
elseif(IOS)
install(FILES cmake/toolchains/iOS.cmake DESTINATION ${INSTALL_MISC_DIR}/cmake/toolchains)
install(FILES extlibs/libs-ios/libfreetype.a extlibs/libs-ios/libjpeg.a DESTINATION lib)
elseif(ANDROID)
install(DIRECTORY extlibs/android/extlibs DESTINATION .)