evemuproject / evemu_server

MAIN SERVER DEVELOPMENT
http://www.evemu.org
148 stars 103 forks source link

Fixed dead link in cmake/buildmysql #148

Closed throwaway15 closed 8 years ago

throwaway15 commented 8 years ago

Tried to download and compile, failed, learned a little about cmake, did some archaeology, found a working copy of mysql, got to use github as something other than a source for code :)

zhyrohaad commented 8 years ago

thanks for the update. we need to leave the FindMySQL.cmake file in for those systems that have mysql installed already. the update to the download file is helpful.

please un-delete the FindMySQL.cmake and re-submit. thanks

throwaway15 commented 8 years ago

Seems github still remembers me, handy, anyway findmysql.cmake isnt deleted, its where it should be. https://github.com/throwaway15/evemu_server/tree/master/cmake The add and delete was me adding the wrong file, finding it went to the root directory rather than the cmake subfolder, deleting it from root, then discovering oh, i can just edit the correct file in place rather than delete and upload.

zhyrohaad commented 8 years ago

updated in another commit